| sdk: | |
| base_image: python:3.10 | |
| build_commands: | |
| - pip install -r requirements-gpt4o.txt | |
| python_packages: | |
| - openai>=1.2.0 | |
| - gradio>=4.0.0 | |
| - huggingface_hub>=0.19.0 | |
| - requests>=2.31.0 | |
| - numpy>=1.24.0 | |
| - PyPDF2>=3.0.0 | |
| - beautifulsoup4>=4.12.0 | |
| app: | |
| title: Norwegian RAG Chatbot | |
| emoji: 🇳🇴 | |
| colorPrimary: "#00205B" | |
| colorSecondary: "#EF2B2D" | |
| pinned: true | |
| sdk: gradio | |
| python_version: "3.10" | |
| suggested_hardware: cpu-basic | |
| models: | |
| - norallm/normistral-7b-scratch | |
| - NbAiLab/nb-sbert-base | |
| spaces_server_url: https://api-inference.huggingface.co/models/ | |