소스 검색

Merge pull request #401 from HynoR/main

Support cloudflare llama3.1-8b
Calcium-Ion 1 년 전
부모
커밋
cce7d0258f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      relay/channel/cloudflare/constant.go

+ 1 - 0
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",