Add before story position for A/N and summary

This commit is contained in:
Cohee 2023-09-21 19:30:20 +03:00
parent e3f760a9dd
commit 071b901f87
2 changed files with 10 additions and 2 deletions

View File

@ -1935,7 +1935,7 @@
</optgroup>
<optgroup label="GPT-3.5 Turbo Instruct">
<option value="gpt-3.5-turbo-instruct">gpt-3.5-turbo-instruct</option>
<option value="gpt-3.5-turbo-instruct-0914">gpt-3.5-turbo-instruct-0914</option>
<option value="gpt-3.5-turbo-instruct-0914">gpt-3.5-turbo-instruct-0914</option>
</optgroup>
<optgroup label="GPT-4">
<option value="gpt-4">gpt-4</option>
@ -4301,6 +4301,10 @@
</div>
<div class="floating_prompt_radio_group">
<label>
<input type="radio" name="extension_floating_position" value="2" />
Before Main Prompt / Story String
</label>
<label>
<input type="radio" name="extension_floating_position" value="0" />
After Main Prompt / Story String
@ -4542,4 +4546,4 @@
</script>
</body>
</html>
</html>

View File

@ -566,6 +566,10 @@ jQuery(function () {
</div>
<label for="memory_position">Injection position:</label>
<div class="radio_group">
<label>
<input type="radio" name="memory_position" value="2" />
Before Main Prompt / Story String
</label>
<label>
<input type="radio" name="memory_position" value="0" />
After Main Prompt / Story String