Fix warning message appearing where it shouldn't
| @@ -2485,7 +2485,8 @@ | ||
| 2485 | 2485 | </div> |
| 2486 | 2486 | </div> |
| 2487 | 2487 | </div> |
| 2488 | 2488 | <div id="ReverseProxyWarningMessage" class="reverse_proxy_warning" data-source="openai,claude,mistralai,makersuite"> |
| 2489 | + <div class="reverse_proxy_warning"> | |
| 2489 | 2490 | <b> |
| 2490 | 2491 | <div data-i18n="Using a proxy that you're not running yourself is a risk to your data privacy."> |
| 2491 | 2492 | Using a proxy that you're not running yourself is a risk to your data privacy. |
| @@ -2499,6 +2500,7 @@ | ||
| 2499 | 2500 | </i> |
| 2500 | 2501 | </b> |
| 2501 | 2502 | </div> |
| 2503 | + </div> | |
| 2502 | 2504 | <form id="openai_form" data-source="openai" action="javascript:void(null);" method="post" enctype="multipart/form-data"> |
| 2503 | 2505 | <h4><span data-i18n="OpenAI API key">OpenAI API key</span></h4> |
| 2504 | 2506 | <div> |