web_agent / .env.example
Naoufal CHABAA
Add .env.example for Azure API configuration and update app.py to load environment variables
0199a4f
raw
history blame contribute delete
173 Bytes
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