We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aaf122b + 28e9740 commit 96f3d9cCopy full SHA for 96f3d9c
packages/core/src/models.ts
@@ -276,7 +276,7 @@ export const models: Models = {
276
temperature: 0.7,
277
},
278
[ModelClass.MEDIUM]: {
279
- name: "meta-llama-3.1-8b-instruct",
+ name: "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo-128K",
280
stop: [],
281
maxInputTokens: 128000,
282
maxOutputTokens: 8192,
packages/plugin-tts/package.json
@@ -21,6 +21,7 @@
21
"dependencies": {
22
"@elizaos/core": "workspace:*",
23
"tsup": "8.3.5",
24
+ "langdetect": "0.2.1",
25
"whatwg-url": "7.1.0"
26
27
"scripts": {
0 commit comments