Merge pull request #411 from yin1245/fix/kiro-context-tokens
fix: update TOTAL_CONTEXT_TOKENS to 1M for Kiro context window upgrade
This commit is contained in:
commit
c5d475c7e0
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ const KIRO_CONSTANTS = {
|
|||
AUTH_METHOD_SOCIAL: 'social',
|
||||
CHAT_TRIGGER_TYPE_MANUAL: 'MANUAL',
|
||||
ORIGIN_AI_EDITOR: 'AI_EDITOR',
|
||||
TOTAL_CONTEXT_TOKENS: 172500, // 总上下文 173k tokens
|
||||
TOTAL_CONTEXT_TOKENS: 1000000, // Kiro now supports 1M context window
|
||||
};
|
||||
|
||||
// 从 provider-models.js 获取支持的模型列表
|
||||
|
|
|
|||
Loading…
Reference in a new issue