mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add guidance for API usage with automatic suffix for chat completions
This commit is contained in:
@@ -2822,6 +2822,7 @@
|
||||
<input id="openai_reverse_proxy" type="text" class="text_pole" placeholder="https://api.openai.com/v1" />
|
||||
<small class="reverse_proxy_warning">
|
||||
<span data-i18n="Doesn't work? Try adding">Doesn't work? Try adding</span> <code>/v1</code> <span data-i18n="at the end!">at the end!</span>
|
||||
<code>/chat/completions</code> <b data-i18n="suffix will be added automatically.">suffix will be added automatically.</b>
|
||||
</small>
|
||||
</div>
|
||||
<div class="range-block-title justifyLeft" data-i18n="Proxy Password">
|
||||
@@ -3416,6 +3417,7 @@
|
||||
<div>
|
||||
<small>
|
||||
<span data-i18n="Doesn't work? Try adding">Doesn't work? Try adding</span> <code>/v1</code> <span data-i18n="at the end!">at the end!</span>
|
||||
<code>/chat/completions</code> <b data-i18n="suffix will be added automatically.">suffix will be added automatically.</b>
|
||||
</small>
|
||||
</div>
|
||||
<h4>
|
||||
|
Reference in New Issue
Block a user