There was an error while loading. Please reload this page.
1 parent 6c834c2 commit ee53f2bCopy full SHA for ee53f2b
README.md
@@ -458,7 +458,7 @@ client.chat(
458
459
#### Vision
460
461
-You can use the GPT-4 Vision model to generate a description of an image:
+You can use the GPT-4o as a Vision model to generate a description of an image:
462
463
```ruby
464
messages = [
@@ -471,7 +471,7 @@ messages = [
471
]
472
response = client.chat(
473
parameters: {
474
- model: "gpt-4-vision-preview", # Required.
+ model: "gpt-4o", # Required.
475
messages: [{ role: "user", content: messages}], # Required.
476
}
477
)
0 commit comments