Skip to content

Commit 13b0340

Browse files
committed
feat: hidden openai provider api options
1 parent 4c1f859 commit 13b0340

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "claude-dev",
33
"displayName": "Cline (prev. Claude Dev)",
44
"description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
5-
"version": "2.1.13",
5+
"version": "2.1.14",
66
"icon": "assets/icons/icon.png",
77
"galleryBanner": {
88
"color": "#617A91",

webview-ui/src/components/settings/ApiOptions.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ const ApiOptions = ({ showModelOptions, apiErrorMessage, modelIdErrorMessage }:
411411
</div>
412412
)}
413413

414-
{selectedProvider === "openai" && (
414+
{/* {selectedProvider === "openai" && (
415415
<div>
416416
<VSCodeTextField
417417
value={apiConfiguration?.openAiBaseUrl || ""}
@@ -467,7 +467,7 @@ const ApiOptions = ({ showModelOptions, apiErrorMessage, modelIdErrorMessage }:
467467
</span>
468468
</p>
469469
</div>
470-
)}
470+
)} */}
471471

472472
{selectedProvider === "lmstudio" && (
473473
<div>

0 commit comments

Comments
 (0)