Skip to content

Commit

Permalink
Merge pull request #54 from nowscott/development
Browse files Browse the repository at this point in the history
fix:修复llama3.1模型的异常报错
  • Loading branch information
nowscott authored Jul 23, 2024
2 parents b664e68 + ebb4802 commit 69e0457
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 69e0457

Please sign in to comment.