Skip to content

Commit

Permalink
Make Koala default g4f provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Simatwa committed Mar 15, 2024
1 parent f8e9fee commit e3b8fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pytgpt/gpt4free/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"chat_completion": "gpt-3.5-turbo",
}

default_provider = "FreeGpt"
default_provider = "Koala"


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

0 comments on commit e3b8fec

Please sign in to comment.