Skip to content

Commit 96f3d9c

Browse files
authored
Merge branch 'develop' into patch-1
2 parents aaf122b + 28e9740 commit 96f3d9c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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,

packages/plugin-tts/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"dependencies": {
2222
"@elizaos/core": "workspace:*",
2323
"tsup": "8.3.5",
24+
"langdetect": "0.2.1",
2425
"whatwg-url": "7.1.0"
2526
},
2627
"scripts": {

0 commit comments

Comments
 (0)