mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-23 07:51:18 +01:00
Fix warning message appearing where it shouldn't
This commit is contained in:
parent
2cd85f1a51
commit
93935e9e9c
@ -2485,7 +2485,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="ReverseProxyWarningMessage" class="reverse_proxy_warning" data-source="openai,claude,mistralai,makersuite">
|
||||
<div id="ReverseProxyWarningMessage" data-source="openai,claude,mistralai,makersuite">
|
||||
<div class="reverse_proxy_warning">
|
||||
<b>
|
||||
<div data-i18n="Using a proxy that you're not running yourself is a risk to your data privacy.">
|
||||
Using a proxy that you're not running yourself is a risk to your data privacy.
|
||||
@ -2499,6 +2500,7 @@
|
||||
</i>
|
||||
</b>
|
||||
</div>
|
||||
</div>
|
||||
<form id="openai_form" data-source="openai" action="javascript:void(null);" method="post" enctype="multipart/form-data">
|
||||
<h4><span data-i18n="OpenAI API key">OpenAI API key</span></h4>
|
||||
<div>
|
||||
|
Loading…
Reference in New Issue
Block a user