mirror of https://github.com/openclaw/openclaw.git
fix: remove duplicate TOGETHER_BASE_URL
This commit is contained in:
parent
3e7956b008
commit
94d5411f11
|
|
@ -63,8 +63,6 @@ const MOONSHOT_DEFAULT_COST = {
|
|||
cacheWrite: 0,
|
||||
};
|
||||
|
||||
const TOGETHER_BASE_URL = "https://api.together.xyz/v1";
|
||||
|
||||
const QWEN_PORTAL_BASE_URL = "https://portal.qwen.ai/v1";
|
||||
const QWEN_PORTAL_OAUTH_PLACEHOLDER = "qwen-oauth";
|
||||
const QWEN_PORTAL_DEFAULT_CONTEXT_WINDOW = 128000;
|
||||
|
|
|
|||
Loading…
Reference in New Issue