We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e9fee commit e3b8fecCopy full SHA for e3b8fec
src/pytgpt/gpt4free/main.py
@@ -23,7 +23,7 @@
23
"chat_completion": "gpt-3.5-turbo",
24
}
25
26
-default_provider = "FreeGpt"
+default_provider = "Koala"
27
28
29
class GPT4FREE(Provider):
@@ -47,7 +47,7 @@ def __init__(
47
"""Initialies GPT4FREE
48
49
Args:
50
- provider (str, optional): gpt4free based provider name. Defaults to FreeGpt.
+ provider (str, optional): gpt4free based provider name. Defaults to Koala.
51
is_conversation (bool, optional): Flag for chatting conversationally. Defaults to True.
52
auth (str, optional): Authentication value for the provider incase it needs. Defaults to None.
53
max_tokens (int, optional): Maximum number of tokens to be generated upon completion. Defaults to 600.
0 commit comments