"src/lib/vscode:/vscode.git/clone" did not exist on "136eb18fb0be488cf0ffadee4b65ba6bdd73c613"
Unverified Commit 828b2a24 authored by Arthur25's avatar Arthur25 Committed by GitHub
Browse files

Correct text for empty OpenAI API URL Field

parent a7bb692a
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
<div class="flex-1"> <div class="flex-1">
<input <input
class="w-full rounded py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-800 outline-none" class="w-full rounded py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-800 outline-none"
placeholder="Enter OpenAI API Key" placeholder="Enter OpenAI API Base URL"
bind:value={OPENAI_API_BASE_URL} bind:value={OPENAI_API_BASE_URL}
autocomplete="off" autocomplete="off"
/> />
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment