Skip to content

Commit

Permalink
feat: add llama 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VinciGit00 committed Sep 27, 2024
1 parent e9d6f54 commit 90e6d07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scrapegraphai/helpers/models_tokens.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@
"llama3.1:8b": 128000,
"llama3.1:70b": 128000,
"lama3.1:405b": 128000,
"llama3.2": 128000,
"llama3.2:1b": 128000,
"scrapegraph": 8192,
"mistral": 8192,
"grok-1": 8192,
Expand Down

0 comments on commit 90e6d07

Please sign in to comment.