Update EasyChat.py

update active servers
pull/792/head
omidima 11 months ago committed by GitHub
parent 6f535ac3e8
commit 17d6a31523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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()

Loading…
Cancel
Save