Buckets:
Agent Q3

madDegen's picture
download
raw
452 Bytes
"""Agent Q3 — Shared Auth Helpers"""
import os
def hf_headers() -> dict:
return {"Authorization": f"Bearer {os.getenv('HF_TOKEN','')}"}
def openrouter_headers() -> dict:
return {
"Authorization": f"Bearer {os.getenv('OPENROUTER_API_KEY','')}",
"HTTP-Referer": "https://madgambit.io",
"X-Title": "Agent Q3"
}
def runpod_headers() -> dict:
return {"Authorization": f"Bearer {os.getenv('RUNPOD_API_KEY','')}"}

Xet Storage Details

Size:
452 Bytes
·
Xet hash:
b7781f7ee8e7349a6015760bf83a648d66b94df4dc2bf42c72fa59762bd46a60

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