Skip to content

Commit

Permalink
Merge pull request #2173 from Jonatan-Chaverri/fix_together_model
Browse files Browse the repository at this point in the history
Fix: replace invalid toghether ai medium model
  • Loading branch information
odilitime authored Jan 12, 2025
2 parents aebd1b4 + c84f597 commit cb4d973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export const models: Models = {
temperature: 0.7,
},
[ModelClass.MEDIUM]: {
name: "meta-llama-3.1-8b-instruct",
name: "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo-128K",
stop: [],
maxInputTokens: 128000,
maxOutputTokens: 8192,
Expand Down

0 comments on commit cb4d973

Please sign in to comment.