Spaces:
Sleeping
Sleeping
File size: 437 Bytes
4add55f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# 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= |