add provider ChatAnywhere (#57)

* dd provider ChatAnywhere

* update dependencies
This commit is contained in:
Dmitry Afanasyev
2023-11-17 20:34:44 +03:00
committed by GitHub
parent 31ad4e7dcb
commit f8b32fcadc
7 changed files with 245 additions and 188 deletions

View File

@@ -53,6 +53,7 @@ class ChatGptModelsEnum(StrEnum):
gpt_3_5_turbo_stream_Cromicle = "gpt-3.5-turbo-stream-Cromicle"
gpt_3_5_turbo_stream_gptalk = "gpt-3.5-turbo-stream-gptalk"
gpt_3_5_turbo_stream_ChatgptDemo = "gpt-3.5-turbo-stream-ChatgptDemo"
gpt_3_5_turbo_stream_ChatAnywhere = "gpt-3.5-turbo-stream-ChatAnywhere"
llama2 = "llama2"
gpt_3_5_turbo_stream_Berlin = "gpt-3.5-turbo-stream-Berlin"
gpt_4_ChatGpt4Online = "gpt-4-ChatGpt4Online"