mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-05 16:15:18 +02:00
Update qwen.js
Add compatibility tips for openai api.
This commit is contained in:
parent
e7ac085c0f
commit
53e6097ecb
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
// This code uses Dashscope and HTTP to ensure the latest support for the Qwen model.
|
||||
// Qwen is also compatible with the OpenAI API format;
|
||||
// Qwen is also compatible with the OpenAI API format, and the base URL to be configured is: "https://dashscope.aliyuncs.com/compatible-mode/v1".
|
||||
|
||||
https://dashscope.aliyuncs.com/compatible-mode/v1
|
||||
|
||||
import { getKey } from '../utils/keys.js';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue