File size: 609 Bytes
b34efa5 cff7bb0 b34efa5 724a102 b34efa5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
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/
|