Skip to content

Commit 85f9c19

Browse files
committed
feat: Remove BLACKBOXAI provider from AUTO class
1 parent 724d0d2 commit 85f9c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytgpt/auto/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def __init__(
5050
act (str|int, optional): Awesome prompt key or index. (Used as intro). Defaults to None.
5151
exclude(list[str], optional): List of providers to be excluded. Defaults to [].
5252
"""
53-
self.provider: Union[KOBOLDAI, PHIND, BLACKBOXAI, PERPLEXITY, GPT4FREE] = None
53+
self.provider: Union[KOBOLDAI, PHIND, PERPLEXITY, GPT4FREE] = None
5454
self.provider_name: str = None
5555
self.is_conversation = is_conversation
5656
self.max_tokens = max_tokens

0 commit comments

Comments
 (0)