summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkqlio67 <kqlio67@users.noreply.github.com>2024-11-12 07:44:48 +0100
committerkqlio67 <kqlio67@users.noreply.github.com>2024-11-12 07:44:48 +0100
commit21a26f68826778afa7ab932ef4cd488b422fdc68 (patch)
treebaac655d7744f9c872a7968ac94583297fa4bc10 /README.md
parentUpdate (g4f/Provider/GizAI.py) (diff)
downloadgpt4free-21a26f68826778afa7ab932ef4cd488b422fdc68.tar
gpt4free-21a26f68826778afa7ab932ef4cd488b422fdc68.tar.gz
gpt4free-21a26f68826778afa7ab932ef4cd488b422fdc68.tar.bz2
gpt4free-21a26f68826778afa7ab932ef4cd488b422fdc68.tar.lz
gpt4free-21a26f68826778afa7ab932ef4cd488b422fdc68.tar.xz
gpt4free-21a26f68826778afa7ab932ef4cd488b422fdc68.tar.zst
gpt4free-21a26f68826778afa7ab932ef4cd488b422fdc68.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 53f759f4..a47791ee 100644
--- a/README.md
+++ b/README.md
@@ -174,7 +174,7 @@ from g4f.client import Client
client = Client()
response = client.chat.completions.create(
- model="gpt-3.5-turbo",
+ model="gpt-4o-mini",
messages=[{"role": "user", "content": "Hello"}],
# Add any other necessary parameters
)