summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/DeepInfra.py
diff options
context:
space:
mode:
authorHeiner Lohaus <hlohaus@users.noreply.github.com>2024-05-15 21:07:49 +0200
committerHeiner Lohaus <hlohaus@users.noreply.github.com>2024-05-15 21:07:49 +0200
commit24c5502d7601ba3f2c5ab459015c74002b3af5c6 (patch)
treef9a4170ef8c5b0358bc4cf7189f997e3098ee0f3 /g4f/Provider/DeepInfra.py
parentUpdate README.md (diff)
downloadgpt4free-24c5502d7601ba3f2c5ab459015c74002b3af5c6.tar
gpt4free-24c5502d7601ba3f2c5ab459015c74002b3af5c6.tar.gz
gpt4free-24c5502d7601ba3f2c5ab459015c74002b3af5c6.tar.bz2
gpt4free-24c5502d7601ba3f2c5ab459015c74002b3af5c6.tar.lz
gpt4free-24c5502d7601ba3f2c5ab459015c74002b3af5c6.tar.xz
gpt4free-24c5502d7601ba3f2c5ab459015c74002b3af5c6.tar.zst
gpt4free-24c5502d7601ba3f2c5ab459015c74002b3af5c6.zip
Diffstat (limited to '')
-rw-r--r--g4f/Provider/DeepInfra.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/g4f/Provider/DeepInfra.py b/g4f/Provider/DeepInfra.py
index 9691539e..763b960a 100644
--- a/g4f/Provider/DeepInfra.py
+++ b/g4f/Provider/DeepInfra.py
@@ -8,8 +8,7 @@ class DeepInfra(Openai):
label = "DeepInfra"
url = "https://deepinfra.com"
working = True
- needs_auth = False
- has_auth = True
+ needs_auth = True
supports_stream = True
supports_message_history = True
default_model = "meta-llama/Meta-Llama-3-70b-instruct"