summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Providers/AItianhu.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/Provider/Providers/AItianhu.py')
-rw-r--r--g4f/Provider/Providers/AItianhu.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/g4f/Provider/Providers/AItianhu.py b/g4f/Provider/Providers/AItianhu.py
index d3e6a45f..5a151e1e 100644
--- a/g4f/Provider/Providers/AItianhu.py
+++ b/g4f/Provider/Providers/AItianhu.py
@@ -6,6 +6,8 @@ url = "https://www.aitianhu.com/api/chat-process"
model = ['gpt-3.5-turbo']
supports_stream = False
needs_auth = False
+working = True
+
def _create_completion(model: str, messages: list, stream: bool, **kwargs):
base = ''