Skip to content

Commit 8e431e2

Browse files
authored
correct openrouter api_base (#5911)
1 parent 89c11fd commit 8e431e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astrbot/core/config/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ class ChatProviderTemplate(TypedDict):
11231123
"enable": True,
11241124
"key": [],
11251125
"timeout": 120,
1126-
"api_base": "https://openrouter.ai/v1",
1126+
"api_base": "https://openrouter.ai/api/v1",
11271127
"proxy": "",
11281128
"custom_headers": {},
11291129
},

0 commit comments

Comments
 (0)