Spaces:
Sleeping
Sleeping
# Whether to use the HuggingFace API or Ollama | |
# Set this to yes or no | |
USE_HUGGINGFACE= | |
# This token is optional but you'll have more restrictive rate limits and model options without it | |
# Get your HuggingFace token from https://huggingface.co/settings/tokens | |
HUGGINGFACE_API_TOKEN= | |
# The model ID to use from HuggingFace for the tool calling LLM | |
# Example: meta-llama/Llama-3.3-70B-Instruct | |
TOOL_MODEL_ID= | |
AGENT_ENDPOINT= | |
AGENT_KEY= |