Explorar o código

✨ add: Support GPT4o

Maple Gao %!s(int64=2) %!d(string=hai) anos
pai
achega
562a794bbb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      relay/channel/openai/constant.go

+ 1 - 0
relay/channel/openai/constant.go

@@ -1,6 +1,7 @@
 package openai
 
 var ModelList = []string{
+	"gpt-4o",
 	"gpt-3.5-turbo", "gpt-3.5-turbo-0301", "gpt-3.5-turbo-0613", "gpt-3.5-turbo-1106", "gpt-3.5-turbo-0125",
 	"gpt-3.5-turbo-16k", "gpt-3.5-turbo-16k-0613",
 	"gpt-3.5-turbo-instruct",