Skip to content

Commit 2ef4a8d

Browse files
committed
Quitting
1 parent 194cba3 commit 2ef4a8d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,3 +652,4 @@ Commands:
652652

653653
1. [x] [tgpt](https://github.com/aandrew-me/tgpt)
654654
2. [x] [gpt4free](https://github.com/xtekky/gpt4free)
655+

src/pytgpt/async_providers.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from pytgpt.yepchat import AsyncYEPCHAT
33
from pytgpt.opengpt import AsyncOPENGPT
44
from pytgpt.openai import AsyncOPENAI
5-
from pytgpt.llama2 import AsyncLLAMA2
65
from pytgpt.koboldai import AsyncKOBOLDAI
76
from pytgpt.groq import AsyncGROQ
87
from pytgpt.blackboxai import AsyncBLACKBOXAI
@@ -15,7 +14,6 @@
1514
"koboldai": AsyncKOBOLDAI,
1615
"blackboxai": AsyncBLACKBOXAI,
1716
"gpt4free": AsyncGPT4FREE,
18-
"llama2": AsyncLLAMA2,
1917
"yepchat": AsyncYEPCHAT,
2018
"groq": AsyncGROQ,
2119
"openai": AsyncOPENAI,
@@ -28,6 +26,5 @@
2826
"koboldai": AsyncKOBOLDAI,
2927
# "gpt4free": AsyncGPT4FREE,
3028
"blackboxai": AsyncBLACKBOXAI,
31-
"llama2": AsyncLLAMA2,
3229
"yepchat": AsyncYEPCHAT,
3330
}

0 commit comments

Comments
 (0)