Spaces:
Running
Running
BE cleanup
Browse files- app.py +1 -1
- scripts/check_groq_models.py +1 -1
app.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"""
|
| 3 |
Pseudogen V1 API
|
| 4 |
----------------
|
| 5 |
-
FastAPI backend for generating pseudocode using various LLM providers (OpenAI, Claude, etc.).
|
| 6 |
This API receives a problem description, pseudocode style, and level of detail,
|
| 7 |
then returns formatted pseudocode as Markdown text.
|
| 8 |
"""
|
|
|
|
| 2 |
"""
|
| 3 |
Pseudogen V1 API
|
| 4 |
----------------
|
| 5 |
+
FastAPI backend for generating pseudocode using various LLM providers (OpenAI, Claude, Groq, etc.).
|
| 6 |
This API receives a problem description, pseudocode style, and level of detail,
|
| 7 |
then returns formatted pseudocode as Markdown text.
|
| 8 |
"""
|
scripts/check_groq_models.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
# backend/check_groq_models.py
|
| 2 |
"""
|
| 3 |
Utility script to check available Groq LLM models.
|
| 4 |
Requires GROQ_API_KEY in backend/.env.
|
|
|
|
| 1 |
+
# backend/scripts/check_groq_models.py
|
| 2 |
"""
|
| 3 |
Utility script to check available Groq LLM models.
|
| 4 |
Requires GROQ_API_KEY in backend/.env.
|