Skip to content

Commit cb4d973

Browse files
authored
Merge pull request elizaOS#2173 from Jonatan-Chaverri/fix_together_model
Fix: replace invalid toghether ai medium model
2 parents aebd1b4 + c84f597 commit cb4d973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/models.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export const models: Models = {
276276
temperature: 0.7,
277277
},
278278
[ModelClass.MEDIUM]: {
279-
name: "meta-llama-3.1-8b-instruct",
279+
name: "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo-128K",
280280
stop: [],
281281
maxInputTokens: 128000,
282282
maxOutputTokens: 8192,

0 commit comments

Comments
 (0)