Spaces:
Runtime error
Runtime error
Commit
·
d2a6101
1
Parent(s):
e02ba6b
small fix in description
Browse files
app.py
CHANGED
@@ -199,8 +199,8 @@ def interface():
|
|
199 |
### 🤖 Then, the models will output the POS Tagging or Chunking in your prompt with three different strategies based on your selections!
|
200 |
|
201 |
Note: If you get an 'Error' in the gpt-3.5 model, check the following:
|
202 |
-
|
203 |
-
|
204 |
""")
|
205 |
|
206 |
# Inputs
|
|
|
199 |
### 🤖 Then, the models will output the POS Tagging or Chunking in your prompt with three different strategies based on your selections!
|
200 |
|
201 |
Note: If you get an 'Error' in the gpt-3.5 model, check the following:
|
202 |
+
- Check that you entered your key correctly without any extra characters.
|
203 |
+
- If you used a free key, it means you exceeded your quota from the free API Key.
|
204 |
""")
|
205 |
|
206 |
# Inputs
|