From e0f80cdb8f0329a1ae1ec394849e47b7c92f71fb Mon Sep 17 00:00:00 2001 From: wozulong <> Date: Wed, 15 May 2024 11:49:35 +0800 Subject: [PATCH] add gpt-4o Signed-off-by: wozulong <> --- relay/channel/openai/constant.go | 1 + 1 file changed, 1 insertion(+) diff --git a/relay/channel/openai/constant.go b/relay/channel/openai/constant.go index b80410c..1f0fae1 100644 --- a/relay/channel/openai/constant.go +++ b/relay/channel/openai/constant.go @@ -1,6 +1,7 @@ package openai var ModelList = []string{ + "gpt-4o", "gpt-4o-2024-05-13", "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",