final_assignment_v4 / .env.template
aleixlopezpascual's picture
fix
beebd19
raw
history blame contribute delete
767 Bytes
HUGGINGFACEHUB_API_TOKEN=your_huggingface_token_here
HF_TOKEN=your_huggingface_token_here
HF_API_TOKEN=your_huggingface_token_here # For Hugging Face API access
OPENAI_API_KEY=your_openai_key_here
XAI_API_KEY=your_xai_api_key_here # For X.AI/Grok models
AGENT_MODEL_TYPE=OpenAIServerModel # HfApiModel, InferenceClientModel, LiteLLMModel, OpenAIServerModel
AGENT_MODEL_ID=gpt-4o # Model ID depends on the model type
AGENT_TEMPERATURE=0.2
AGENT_EXECUTOR_TYPE=local # local or e2b for secure execution
AGENT_VERBOSE=true # Set to true for detailed logging
AGENT_PROVIDER=hf-inference # Provider for InferenceClientModel
AGENT_TIMEOUT=120 # Timeout in seconds for API calls
AGENT_API_BASE=https://api.groq.com/openai/v1 # For X.AI when using OpenAIServerModel