add providers gptTalkRu & ChatgptNext (#58)

This commit is contained in:
Dmitry Afanasyev
2023-11-21 20:10:24 +03:00
committed by GitHub
parent f8b32fcadc
commit 1efbbb27c2
8 changed files with 619 additions and 452 deletions

View File

@@ -54,6 +54,8 @@ class ChatGptModelsEnum(StrEnum):
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"
gpt_3_5_turbo_ChatgptNext = "gpt-3.5-turbo-ChatgptNext"
gpt_3_5_turbo_stream_gptTalkRu = "gpt-3.5-turbo--stream-gptTalkRu"
llama2 = "llama2"
gpt_3_5_turbo_stream_Berlin = "gpt-3.5-turbo-stream-Berlin"
gpt_4_ChatGpt4Online = "gpt-4-ChatGpt4Online"