diff options
Diffstat (limited to 'docs/git.md')
-rw-r--r-- | docs/git.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/git.md b/docs/git.md index 33a0ff42..ff6c8091 100644 --- a/docs/git.md +++ b/docs/git.md @@ -95,7 +95,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", |