Skip to content

Commit

Permalink
feat: hidden openai provider api options
Browse files Browse the repository at this point in the history
  • Loading branch information
l1shen committed Dec 10, 2024
1 parent 4c1f859 commit 13b0340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "claude-dev",
"displayName": "Cline (prev. Claude Dev)",
"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.",
"version": "2.1.13",
"version": "2.1.14",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",
Expand Down
4 changes: 2 additions & 2 deletions webview-ui/src/components/settings/ApiOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ const ApiOptions = ({ showModelOptions, apiErrorMessage, modelIdErrorMessage }:
</div>
)}

{selectedProvider === "openai" && (
{/* {selectedProvider === "openai" && (
<div>
<VSCodeTextField
value={apiConfiguration?.openAiBaseUrl || ""}
Expand Down Expand Up @@ -467,7 +467,7 @@ const ApiOptions = ({ showModelOptions, apiErrorMessage, modelIdErrorMessage }:
</span>
</p>
</div>
)}
)} */}

{selectedProvider === "lmstudio" && (
<div>
Expand Down

0 comments on commit 13b0340

Please sign in to comment.