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 5b628ab commit 5cae614Copy full SHA for 5cae614
.github/workflows/python-package.yml
@@ -39,4 +39,4 @@ jobs:
39
- name: Test with Unittest
40
run: |
41
python -m unittest discover -s tests -p 'test_utils.py' -f -v
42
- python -m unittest discover -s tests -p 'test_leo.py' -f -v
+ python -m unittest discover -s tests -p 'test_gpt4free.py' -f -v
src/pytgpt/gpt4free/main.py
@@ -26,7 +26,7 @@
26
class GPT4FREE(Provider):
27
def __init__(
28
self,
29
- provider: str = "Aura",
+ provider: str = "FakeGpt",
30
is_conversation: bool = True,
31
auth: str = None,
32
max_tokens: int = 600,
0 commit comments