mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 12:11:23 +00:00
fix: remove duplicate TOGETHER_BASE_URL
This commit is contained in:
committed by
Peter Steinberger
parent
3e7956b008
commit
94d5411f11
@@ -63,8 +63,6 @@ const MOONSHOT_DEFAULT_COST = {
|
|||||||
cacheWrite: 0,
|
cacheWrite: 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
const TOGETHER_BASE_URL = "https://api.together.xyz/v1";
|
|
||||||
|
|
||||||
const QWEN_PORTAL_BASE_URL = "https://portal.qwen.ai/v1";
|
const QWEN_PORTAL_BASE_URL = "https://portal.qwen.ai/v1";
|
||||||
const QWEN_PORTAL_OAUTH_PLACEHOLDER = "qwen-oauth";
|
const QWEN_PORTAL_OAUTH_PLACEHOLDER = "qwen-oauth";
|
||||||
const QWEN_PORTAL_DEFAULT_CONTEXT_WINDOW = 128000;
|
const QWEN_PORTAL_DEFAULT_CONTEXT_WINDOW = 128000;
|
||||||
|
|||||||
Reference in New Issue
Block a user