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

@@ -2,7 +2,7 @@
"name": "claude-dev", "name": "claude-dev",
"displayName": "Claude Dev", "displayName": "Claude Dev",
"description": "Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, and more with your permission every step of the way.", "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, and more with your permission every step of the way.",
"version": "1.5.19", "version": "1.5.20",
"icon": "icon.png", "icon": "icon.png",
"engines": { "engines": {
"vscode": "^1.84.0" "vscode": "^1.84.0"

View File

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