feat: groq support Llama3 now (#1333)

* feat: groq support Llama3 now

* fix: update model ratio

---------

Co-authored-by: JustSong <songquanpeng@foxmail.com>
This commit is contained in:
tylinux
2024-04-21 14:53:03 +08:00
committed by GitHub
parent 129282f4a9
commit a2a00dfbc3
2 changed files with 12 additions and 4 deletions

View File

@@ -7,4 +7,6 @@ var ModelList = []string{
"llama2-7b-2048",
"llama2-70b-4096",
"mixtral-8x7b-32768",
"llama3-8b-8192",
"llama3-70b-8192",
}