Spaces:
Running
Running
Commit ·
cac172a
1
Parent(s): d31827c
Add supported providers to About section
Browse files
app.py
CHANGED
|
@@ -1344,6 +1344,9 @@ with st.expander("About This App"):
|
|
| 1344 |
- **Assign Categories**: Classify data into your predefined categories
|
| 1345 |
- **Extract & Assign**: Let CatLLM discover categories, then classify all your data
|
| 1346 |
|
|
|
|
|
|
|
|
|
|
| 1347 |
### Beta Test - We Want Your Feedback!
|
| 1348 |
This app is currently in **beta** and **free to use** while CatLLM is under review for publication, made possible by **Bashir Ahmed's generous fellowship support**.
|
| 1349 |
|
|
|
|
| 1344 |
- **Assign Categories**: Classify data into your predefined categories
|
| 1345 |
- **Extract & Assign**: Let CatLLM discover categories, then classify all your data
|
| 1346 |
|
| 1347 |
+
### Supported Providers
|
| 1348 |
+
OpenAI (GPT-4o, GPT-4o Mini), Anthropic (Claude), Google (Gemini), Mistral, HuggingFace, xAI (Grok), and Perplexity. Use the free tier or bring your own API key.
|
| 1349 |
+
|
| 1350 |
### Beta Test - We Want Your Feedback!
|
| 1351 |
This app is currently in **beta** and **free to use** while CatLLM is under review for publication, made possible by **Bashir Ahmed's generous fellowship support**.
|
| 1352 |
|