Indicated support of message history in FreeGpt.py

This commit is contained in:
Luneye 2023-10-24 23:42:16 +02:00 committed by GitHub
parent 0b43c13268
commit 7a2c8e4cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ domains = [
class FreeGpt(AsyncGeneratorProvider):
url = "https://freegpts1.aifree.site/"
supports_message_history = True
supports_gpt_35_turbo = True
working = True