Skip to content

Commit

Permalink
Set openai api url as default value in chat completion node base_url
Browse files Browse the repository at this point in the history
  • Loading branch information
zenoverflow committed Jun 5, 2024
1 parent ae10860 commit 176eb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/_nodes/OpenAIChatCompletionNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export const OpenAIChatCompletionNode = makeNode(
name: "baseUrl",
control: {
type: "text",
defaultValue: "",
defaultValue: "https://api.openai.com",
config: {
label: "base_url",
},
Expand Down

0 comments on commit 176eb5f

Please sign in to comment.