Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🧪
|
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
@@ -22,4 +22,4 @@ A single-key app for new learners to chat with GPT and optionally render an imag
|
|
| 22 |
### Notes
|
| 23 |
- Defaults to `gpt-4o` for maximum compatibility.
|
| 24 |
- If you have access to `gpt-5`, pick it from the dropdown.
|
| 25 |
-
- Image generation uses `gpt-image-1`. If your account lacks access, the app gracefully skips the image.
|
|
|
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.49.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
|
|
| 22 |
### Notes
|
| 23 |
- Defaults to `gpt-4o` for maximum compatibility.
|
| 24 |
- If you have access to `gpt-5`, pick it from the dropdown.
|
| 25 |
+
- Image generation uses `gpt-image-1`. If your account lacks access, the app gracefully skips the image.
|