File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -652,3 +652,4 @@ Commands:
652652
6536531 . [x] [ tgpt] ( https://github.com/aandrew-me/tgpt )
6546542 . [x] [ gpt4free] ( https://github.com/xtekky/gpt4free )
655+
Original file line number Diff line number Diff line change 22from pytgpt .yepchat import AsyncYEPCHAT
33from pytgpt .opengpt import AsyncOPENGPT
44from pytgpt .openai import AsyncOPENAI
5- from pytgpt .llama2 import AsyncLLAMA2
65from pytgpt .koboldai import AsyncKOBOLDAI
76from pytgpt .groq import AsyncGROQ
87from pytgpt .blackboxai import AsyncBLACKBOXAI
1514 "koboldai" : AsyncKOBOLDAI ,
1615 "blackboxai" : AsyncBLACKBOXAI ,
1716 "gpt4free" : AsyncGPT4FREE ,
18- "llama2" : AsyncLLAMA2 ,
1917 "yepchat" : AsyncYEPCHAT ,
2018 "groq" : AsyncGROQ ,
2119 "openai" : AsyncOPENAI ,
2826 "koboldai" : AsyncKOBOLDAI ,
2927 # "gpt4free": AsyncGPT4FREE,
3028 "blackboxai" : AsyncBLACKBOXAI ,
31- "llama2" : AsyncLLAMA2 ,
3229 "yepchat" : AsyncYEPCHAT ,
3330}
You can’t perform that action at this time.
0 commit comments