From 4b99561294d8fcd8c8e7feaf566b24723b43aad6 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:13:31 -0400 Subject: [PATCH] Fix ollama example url --- package.json | 2 +- webview-ui/src/components/ApiOptions.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9452158..8801159 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "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.", - "version": "1.5.19", + "version": "1.5.20", "icon": "icon.png", "engines": { "vscode": "^1.84.0" diff --git a/webview-ui/src/components/ApiOptions.tsx b/webview-ui/src/components/ApiOptions.tsx index bccd02b..a4a480f 100644 --- a/webview-ui/src/components/ApiOptions.tsx +++ b/webview-ui/src/components/ApiOptions.tsx @@ -268,7 +268,7 @@ const ApiOptions: React.FC = ({ showModelOptions, apiErrorMessa style={{ width: "100%" }} type="url" onInput={handleInputChange("openAiBaseUrl")} - placeholder={"e.g. http://localhost:11434"}> + placeholder={"e.g. http://localhost:11434/v1"}> Base URL