summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2024-04-12 23:56:38 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2024-04-12 23:56:38 +0200
commit8c560b87f1efd86c4b78d8233b55d3da2555f1c8 (patch)
tree0834b5bbb57b49c2ba9ea2ddde382314657222bb
parentupdate retryprovider (diff)
downloadgpt4free-8c560b87f1efd86c4b78d8233b55d3da2555f1c8.tar
gpt4free-8c560b87f1efd86c4b78d8233b55d3da2555f1c8.tar.gz
gpt4free-8c560b87f1efd86c4b78d8233b55d3da2555f1c8.tar.bz2
gpt4free-8c560b87f1efd86c4b78d8233b55d3da2555f1c8.tar.lz
gpt4free-8c560b87f1efd86c4b78d8233b55d3da2555f1c8.tar.xz
gpt4free-8c560b87f1efd86c4b78d8233b55d3da2555f1c8.tar.zst
gpt4free-8c560b87f1efd86c4b78d8233b55d3da2555f1c8.zip
-rw-r--r--g4f/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/models.py b/g4f/models.py
index 4480dc10..c9fbe30b 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -77,6 +77,7 @@ gpt_35_turbo = Model(
You,
ChatgptNext,
Koala,
+ OpenaiChat,
])
)