feat: add Cloudflare New Free Model Llama 3.1 8b (#1703)

This commit is contained in:
TAKO 2024-08-06 23:45:15 +08:00 committed by JustSong
parent 04bb3ef392
commit 2af6f6a166

View File

@ -1,6 +1,7 @@
package cloudflare package cloudflare
var ModelList = []string{ var ModelList = []string{
"@cf/meta/llama-3.1-8b-instruct",
"@cf/meta/llama-2-7b-chat-fp16", "@cf/meta/llama-2-7b-chat-fp16",
"@cf/meta/llama-2-7b-chat-int8", "@cf/meta/llama-2-7b-chat-int8",
"@cf/mistral/mistral-7b-instruct-v0.1", "@cf/mistral/mistral-7b-instruct-v0.1",