TraceMind / .env.example
kshitijthakkar's picture
Update URLs to MCP-1st-Birthday hackathon organization
ddbf0ce
raw
history blame contribute delete
905 Bytes
# HuggingFace Configuration
HF_TOKEN=your_huggingface_token_here
# Agent Model Configuration (for Chat Screen - Track 2)
# Options: "hfapi" (default), "inference_client", "litellm"
AGENT_MODEL_TYPE=hfapi
# API Keys for different model types
# Required if AGENT_MODEL_TYPE=litellm
GEMINI_API_KEY=your_gemini_api_key_here
# TraceMind MCP Server Configuration
# Use the deployed TraceMind-mcp-server endpoint
MCP_SERVER_URL=https://mcp-1st-birthday-tracemind-mcp-server.hf.space/gradio_api/mcp/sse
# Dataset Configuration
LEADERBOARD_REPO=kshitijthakkar/smoltrace-leaderboard
# Example results/traces repos (will be loaded dynamically from leaderboard)
# RESULTS_REPO=kshitijthakkar/agent-results-gpt4-20251116
# TRACES_REPO=kshitijthakkar/agent-traces-gpt4-20251116
# METRICS_REPO=kshitijthakkar/agent-metrics-gpt4-20251116
# Development Mode (skip authentication for local testing)
DISABLE_OAUTH=true