Buckets:
Agent Q3

madDegen's picture
download
raw
559 Bytes
"""Agent Q3 — Shared Config"""
import os
from dotenv import load_dotenv
load_dotenv()
HF_TOKEN = os.getenv("HF_TOKEN", "")
GITHUB_TOKEN = os.getenv("GITHUB_TOKEN", "")
OLLAMA_URL = os.getenv("OLLAMA_URL", "http://localhost:11434/v1/chat/completions")
REASONER = os.getenv("REASONER_MODEL", "gemma4:e4b-instruct-q4_K_M")
CODER = os.getenv("CODER_MODEL", "qwen3.5:4b-instruct-q4_K_M")
SUPABASE_URL = os.getenv("SUPABASE_URL", "")
SUPABASE_KEY = os.getenv("SUPABASE_SERVICE_KEY", "")
LOG_LEVEL = os.getenv("LOG_LEVEL", "INFO")

Xet Storage Details

Size:
559 Bytes
·
Xet hash:
8cd24b8f92bf3a098215bdb3267253f8e783ccc63c73360741cb2b121c72b14c

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.