Commit History

Update app.py to include additional print statement for debugging the chat function and return the full result from the model.
3b89341

brezzagabriele commited on

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.
b2bc09b

brezzagabriele commited on

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.
611f683

brezzagabriele commited on

Update model path and URL to use GGUF format, enhance model download message, and add HTTP error handling.
988d486

brezzagabriele commited on

Enhance Company Assistant API by adding model download functionality, initializing LLaMA with a local model, and improving the root endpoint response.
4c7d562

brezzagabriele commited on

Implement chat functionality with LLaMA model and update Dockerfile for API exposure
d9da646

brezzagabriele commited on