auto load environment variables (#72)

* auto load environment variables

* add providers gpt6 & chatxyz
This commit is contained in:
Dmitry Afanasyev
2023-12-26 16:05:35 +03:00
committed by GitHub
parent 460123ef28
commit f17a0a72e4
7 changed files with 199 additions and 41 deletions

View File

@@ -60,6 +60,8 @@ class ChatGptModelsEnum(StrEnum):
gpt_4_stream_aivvm = "gpt-4-stream-aivvm"
gpt_3_5_turbo_stream_AiChatOnline = "gpt-3.5-turbo-stream-AiChatOnline"
llama2_70B = "llama2-70B"
gpt6 = "gpt6"
gpt_3_5_turbo_streamc_hatxyz = "gpt-3.5-turbo-stream-chatxyz"
gpt_3_5_turbo_gptChatly = "gpt-3.5-turbo-gptChatly"
gpt_3_5_turbo_stream_Berlin = "gpt-3.5-turbo-stream-Berlin"
gpt_3_5_turbo_stream_chatGptAi = "gpt-3.5-turbo-stream-chatGptAi"