Update README.md
Browse files
README.md
CHANGED
|
@@ -103,7 +103,7 @@ client = OpenAI(
|
|
| 103 |
models = client.models.list()
|
| 104 |
model = models.data[0].id
|
| 105 |
|
| 106 |
-
messages = [{"role": "user", "content": "
|
| 107 |
|
| 108 |
# By default, the model is in thinking mode.
|
| 109 |
# If you want to disable thinking, add:
|
|
|
|
| 103 |
models = client.models.list()
|
| 104 |
model = models.data[0].id
|
| 105 |
|
| 106 |
+
messages = [{"role": "user", "content": "Why is 42 the best number?"}]
|
| 107 |
|
| 108 |
# By default, the model is in thinking mode.
|
| 109 |
# If you want to disable thinking, add:
|