summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--g4f/Provider/Providers/EasyChat.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/g4f/Provider/Providers/EasyChat.py b/g4f/Provider/Providers/EasyChat.py
index b89c183e..83e27ed9 100644
--- a/g4f/Provider/Providers/EasyChat.py
+++ b/g4f/Provider/Providers/EasyChat.py
@@ -7,7 +7,14 @@ model = ['gpt-3.5-turbo']
supports_stream = True
needs_auth = False
working = True
-
+active_servers = [
+ "https://chat10.fastgpt.me",
+ "https://chat9.fastgpt.me",
+ "https://chat1.fastgpt.me",
+ "https://chat2.fastgpt.me",
+ "https://chat3.fastgpt.me",
+ "https://chat4.fastgpt.me"
+]
def _create_completion(model: str, messages: list, stream: bool, **kwargs):
req = requests.Session()