Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Spaces:
brezzagabriele
/
company-assistant-v2
Build error

App Files Files Community
Fetching metadata from the HF Docker repository...
company-assistant-v2
3.78 kB
  • 1 contributor
History: 13 commits
brezzagabriele's picture
brezzagabriele
Update app.py to include additional print statement for debugging the chat function and return the full result from the model.
3b89341 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • .gitignore
    5 Bytes
    Enhance app.py to load environment variables from .env, update model path and URL for Llama 3.2, and improve model download process with authorization support. Update Dockerfile comments for clarity and add python-dotenv to requirements.txt. 4 months ago
  • Dockerfile
    646 Bytes
    Enhance app.py to load environment variables from .env, update model path and URL for Llama 3.2, and improve model download process with authorization support. Update Dockerfile comments for clarity and add python-dotenv to requirements.txt. 4 months ago
  • README.md
    206 Bytes
    initial commit 4 months ago
  • app.py
    1.33 kB
    Update app.py to include additional print statement for debugging the chat function and return the full result from the model. 4 months ago
  • requirements.txt
    80 Bytes
    Update app.py to change model directory and filename for Llama 3.2-1B, replace requests with huggingface_hub for model downloading, and add print statements for debugging. Modify requirements.txt to include huggingface_hub and ensure proper package installation. 4 months ago