From c5e8d7ec207ce56dfa7f3ac7ff5a9e81490a9aae Mon Sep 17 00:00:00 2001 From: TAKO <20227709+HynoR@users.noreply.github.com> Date: Wed, 31 Jul 2024 17:11:25 +0800 Subject: [PATCH] Support cloudflare llama3.1-8b --- relay/channel/cloudflare/constant.go | 1 + 1 file changed, 1 insertion(+) diff --git a/relay/channel/cloudflare/constant.go b/relay/channel/cloudflare/constant.go index a874685..0e2aec2 100644 --- a/relay/channel/cloudflare/constant.go +++ b/relay/channel/cloudflare/constant.go @@ -1,6 +1,7 @@ package cloudflare var ModelList = []string{ + "@cf/meta/llama-3.1-8b-instruct", "@cf/meta/llama-2-7b-chat-fp16", "@cf/meta/llama-2-7b-chat-int8", "@cf/mistral/mistral-7b-instruct-v0.1",