Spaces:
Runtime error
Runtime error
Commit
·
88d9942
1
Parent(s):
f340597
Added note for gpt3 error
Browse files
app.py
CHANGED
@@ -197,6 +197,10 @@ def interface():
|
|
197 |
|
198 |
### ⏳ After you click 'Submit', the models will take a couple seconds to process your 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 |
|
202 |
# Inputs
|
|
|
197 |
|
198 |
### ⏳ After you click 'Submit', the models will take a couple seconds to process your 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
|