Spaces:
Running
Running
grammar fix
Browse files- app/app.py +1 -1
app/app.py
CHANGED
@@ -183,7 +183,7 @@ with gr.Blocks(
|
|
183 |
- `gpt-3.5-turbo-0613`
|
184 |
- perhaps `gpt-4-0613`
|
185 |
|
186 |
-
Model choice can be
|
187 |
|
188 |
## Troubleshooting
|
189 |
- If your API is on localhost / local network, you may need to host this app on local network too.
|
|
|
183 |
- `gpt-3.5-turbo-0613`
|
184 |
- perhaps `gpt-4-0613`
|
185 |
|
186 |
+
Model choice can be an interesting topic involing quite a few experiments. Feel free to try any other models you like!
|
187 |
|
188 |
## Troubleshooting
|
189 |
- If your API is on localhost / local network, you may need to host this app on local network too.
|