Initial commit: Batch Testing Tool for Chatbot Canifa
Showing
.gitignore
0 → 100644
README.md
0 → 100644
api/__init__.py
0 → 100644
api/routes.py
0 → 100644
app.py
0 → 100644
config.py
0 → 100644
create_example_excel.py
0 → 100644
example_questions.xlsx
0 → 100644
requirements.txt
0 → 100644
| fastapi==0.104.1 | ||
| uvicorn[standard]==0.24.0 | ||
| python-multipart==0.0.6 | ||
| httpx==0.25.2 | ||
| pandas==2.1.3 | ||
| openpyxl==3.1.2 | ||
| python-dotenv==1.0.0 | ||
services/__init__.py
0 → 100644
services/api_client.py
0 → 100644
services/batch_processor.py
0 → 100644
services/langfuse_client.py
0 → 100644
templates/index.html
0 → 100644
utils/__init__.py
0 → 100644
utils/excel_handler.py
0 → 100644
Please register or sign in to comment