Supernova25million / configs /api_keys.example.yaml
algorythmtechnologies's picture
Upload folder using huggingface_hub
8174855 verified
raw
history blame contribute delete
858 Bytes
# API Configuration for Enhanced Supernova
# Copy this file to api_keys.yaml and fill in your actual API keys
# Math Engine (SymPy-based)
# No API key needed - built-in mathematical computation engine
# Supports symbolic math, calculus, algebra, equation solving, and more
# math_engine: built-in # No configuration needed
# Serper API Key
# Get one from: https://serper.dev/
# Free tier: 2500 queries/month
# Paid tiers available for higher usage
serper_api_key: "YOUR_SERPER_API_KEY_HERE"
# Tool Configuration
tool_settings:
# Maximum retries for API calls
max_retries: 3
# Timeout for API calls (seconds)
api_timeout: 10
# Whether to use tools in fallback mode if model generation fails
use_tools_as_fallback: true
# Whether to cache tool results (for development/testing)
cache_tool_results: false