Skip to content

Commit 5137b8a

Browse files
committed
Update models_tokens.py
1 parent 51db43a commit 5137b8a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

scrapegraphai/helpers/models_tokens.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@
196196
"fireworks": {
197197
"llama-v2-7b": 4096,
198198
"mixtral-8x7b-instruct": 4096,
199-
"nomic-ai/nomic-embed-text-v1.5": 8192
199+
"nomic-ai/nomic-embed-text-v1.5": 8192,
200+
"llama-3.1-405B-instruct": 131072,
201+
"llama-3.1-70B-instruct": 131072,
202+
"llama-3.1-8B-instruct": 131072,
203+
"mixtral-moe-8x22B-instruct": 65536,
204+
"mixtral-moe-8x7B-instruct": 65536
200205
},
201206
}

0 commit comments

Comments
 (0)