From 2cb10b003a524276067f36ca6ba0269718d304c9 Mon Sep 17 00:00:00 2001 From: CaIon <1808837298@qq.com> Date: Wed, 24 Apr 2024 22:53:58 +0800 Subject: [PATCH] fix typo --- relay/channel/cohere/constant.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/channel/cohere/constant.go b/relay/channel/cohere/constant.go index c8e173e..189d234 100644 --- a/relay/channel/cohere/constant.go +++ b/relay/channel/cohere/constant.go @@ -4,4 +4,4 @@ var ModelList = []string{ "command-r", "command-r-plus", "command-light", "command-light-nightly", "command", "command-nightly", } -var ChannelName = "choere" +var ChannelName = "cohere"