Fix ollama example url

This commit is contained in:
Saoud Rizwan
2024-09-03 22:13:31 -04:00
parent dff6c29354
commit 4b99561294
2 changed files with 2 additions and 2 deletions

View File

@@ -268,7 +268,7 @@ const ApiOptions: React.FC<ApiOptionsProps> = ({ showModelOptions, apiErrorMessa
style={{ width: "100%" }}
type="url"
onInput={handleInputChange("openAiBaseUrl")}
placeholder={"e.g. http://localhost:11434"}>
placeholder={"e.g. http://localhost:11434/v1"}>
<span style={{ fontWeight: 500 }}>Base URL</span>
</VSCodeTextField>
<VSCodeTextField