Naoufal CHABAA
Add .env.example for Azure API configuration and update app.py to load environment variables
0199a4f
AZURE_ENDPOINT="https://models.github.ai/inference" | |
AZURE_MODEL_NAME="meta/Meta-Llama-3.1-8B-Instruct" # Model must be instruct tuned | |
AZURE_TOKEN="" # Your Azure token HERE |