Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -153,7 +153,7 @@
|
|
153 |
<p class="text-sm text-red-600 font-medium">⚠️ Security Warning: Never enter sensitive API keys on untrusted websites. Use this only for local testing.</p>
|
154 |
<div>
|
155 |
<label for="baseUrl" class="block text-sm font-medium text-gray-700">API Base URL:</label>
|
156 |
-
<input type="url" id="baseUrl" placeholder="e.g., https://api.openai.com/v1" value="
|
157 |
</div>
|
158 |
<div>
|
159 |
<label for="apiKey" class="block text-sm font-medium text-gray-700">API Key:</label>
|
@@ -161,7 +161,7 @@
|
|
161 |
</div>
|
162 |
<div>
|
163 |
<label for="modelName" class="block text-sm font-medium text-gray-700">Model Name:</label>
|
164 |
-
<input type="text" id="modelName" placeholder="e.g., gpt-3.5-turbo" value="
|
165 |
</div>
|
166 |
<div>
|
167 |
<label for="enableAutoScoring" class="flex items-center text-sm font-medium text-gray-700 mt-3">
|
|
|
153 |
<p class="text-sm text-red-600 font-medium">⚠️ Security Warning: Never enter sensitive API keys on untrusted websites. Use this only for local testing.</p>
|
154 |
<div>
|
155 |
<label for="baseUrl" class="block text-sm font-medium text-gray-700">API Base URL:</label>
|
156 |
+
<input type="url" id="baseUrl" placeholder="e.g., https://api.openai.com/v1" value="" class="mt-1 block w-full px-3 py-2 bg-white border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm" required>
|
157 |
</div>
|
158 |
<div>
|
159 |
<label for="apiKey" class="block text-sm font-medium text-gray-700">API Key:</label>
|
|
|
161 |
</div>
|
162 |
<div>
|
163 |
<label for="modelName" class="block text-sm font-medium text-gray-700">Model Name:</label>
|
164 |
+
<input type="text" id="modelName" placeholder="e.g., gpt-3.5-turbo" value="" class="mt-1 block w-full px-3 py-2 bg-white border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm" required>
|
165 |
</div>
|
166 |
<div>
|
167 |
<label for="enableAutoScoring" class="flex items-center text-sm font-medium text-gray-700 mt-3">
|