Skip to content

Commit 91e7f21

Browse files
committed
fix: reset default OpenAI entrypoint
1 parent a134335 commit 91e7f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"description": "Enter your custom OpenAI entrypoint",
3333
"type": "textfield",
3434
"title": "OpenAI API Entrypoint",
35-
"default": "https://ai.mingming.dev/v1/chat/completions",
35+
"default": "https://api.openai.com/v1/chat/completions",
3636
"required": true
3737
}
3838
],

0 commit comments

Comments
 (0)