Add guidance for API usage with automatic suffix for chat completions

1651fa1ed7ad80e6cd56677ddf911573051f22e7

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -0Showing whitespace changes
public/index.html+2 -0
@@ -2822,6 +2822,7 @@
2822 <input id="openai_reverse_proxy" type="text" class="text_pole" placeholder="https://api.openai.com/v1" />2822 <input id="openai_reverse_proxy" type="text" class="text_pole" placeholder="https://api.openai.com/v1" />
2823 <small class="reverse_proxy_warning">2823 <small class="reverse_proxy_warning">
2824 <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>2824 <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>
2825 <code>/chat/completions</code> <b data-i18n="suffix will be added automatically.">suffix will be added automatically.</b>
2825 </small>2826 </small>
2826 </div>2827 </div>
2827 <div class="range-block-title justifyLeft" data-i18n="Proxy Password">2828 <div class="range-block-title justifyLeft" data-i18n="Proxy Password">
@@ -3416,6 +3417,7 @@
3416 <div>3417 <div>
3417 <small>3418 <small>
3418 <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>3419 <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>
3420 <code>/chat/completions</code> <b data-i18n="suffix will be added automatically.">suffix will be added automatically.</b>
3419 </small>3421 </small>
3420 </div>3422 </div>
3421 <h4>3423 <h4>