aiagent / .env.example
jdewitte's picture
First deployment of complete llm
e02dee9
Raw
History Blame Contribute Delete
524 Bytes
# Environment variables for the lightweight LLM service
# Copy this to .env for local development
# Model configuration
MODEL_NAME=microsoft/DialoGPT-small
MAX_NEW_TOKENS=256
# Server configuration
PORT=7860
# MCP Integration (optional)
# Set this to your MCP server URL when available
# MCP_SERVER_URL=https://your-mcp-server.hf.space
# Example configurations:
# MCP_SERVER_URL=https://prestashop-mcp-server.hf.space
# MCP_SERVER_URL=http://localhost:8081
# Development settings
# ENVIRONMENT=development
# DEBUG=true