fix open ai url

This commit is contained in:
2025-03-02 19:24:26 +00:00
parent fd0381ffa4
commit 02a6f89bc7
2 changed files with 10 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
MODELS = {
"openai": {
"name": "OpenAI",
"endpoint": "https://api.openai.com/v1/chat/completions",
"endpoint": "https://api.openai.com/v1",
"models": [
{
"id": "gpt-4o",