Skip to content

Commit

Permalink
fix:修复llama3.1模型的异常报错
Browse files Browse the repository at this point in the history
  • Loading branch information
nowscott committed Jul 23, 2024
1 parent ecc7f7c commit ebb4802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/settingsConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export const models = [
{ value: 'THUDM/chatglm3-6b', maxTokens: 4096, isFree: true, source: 'silicon' },
{ value: '01-ai/Yi-1.5-9B-Chat-16K', maxTokens: 4096, isFree: true, source: 'silicon' },
{ value: '01-ai/Yi-1.5-6B-Chat', maxTokens: 2048, isFree: true, source: 'silicon' },
{ value: 'llama-3.1-70b-versatile', maxTokens: 8192, isFree: true, source: 'groq' },
{ value: 'llama-3.1-8b-instant', maxTokens: 8192 , isFree: true, source: 'groq' },
{ value: 'llama-3.1-70b-versatile', maxTokens: 8000, isFree: true, source: 'groq' },
{ value: 'llama-3.1-8b-instant', maxTokens: 8000 , isFree: true, source: 'groq' },
{ value: 'llama3-70b-8192', maxTokens: 8192, isFree: true, source: 'groq' },
// { value: 'llama3-groq-70b-8192-tool-use-preview', maxTokens: 8192, isFree: true, source: 'groq' },
{ value: 'llama3-8b-8192', maxTokens: 8192, isFree: true, source: 'groq' },
Expand Down

0 comments on commit ebb4802

Please sign in to comment.