Skip to content

Commit e3b8fec

Browse files
committed
Make Koala default g4f provider
1 parent f8e9fee commit e3b8fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pytgpt/gpt4free/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"chat_completion": "gpt-3.5-turbo",
2424
}
2525

26-
default_provider = "FreeGpt"
26+
default_provider = "Koala"
2727

2828

2929
class GPT4FREE(Provider):
@@ -47,7 +47,7 @@ def __init__(
4747
"""Initialies GPT4FREE
4848
4949
Args:
50-
provider (str, optional): gpt4free based provider name. Defaults to FreeGpt.
50+
provider (str, optional): gpt4free based provider name. Defaults to Koala.
5151
is_conversation (bool, optional): Flag for chatting conversationally. Defaults to True.
5252
auth (str, optional): Authentication value for the provider incase it needs. Defaults to None.
5353
max_tokens (int, optional): Maximum number of tokens to be generated upon completion. Defaults to 600.

0 commit comments

Comments
 (0)