Antigravity AI commited on
Commit
36faf8d
·
1 Parent(s): ff7ae8b

Fix: correct HF router URL

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import pypdf, csv
7
 
8
  HF_TOKEN = os.environ.get("HF_TOKEN", "")
9
  MODEL_ID = "sf0Jmn/kaal-7b-merged"
10
- API_URL = f"https://api-inference.huggingface.co/v1/chat/completions"
11
  TAGLINE = "The only Multi-Agent Reasoning engine built to solve the future backward."
12
  FALLBACK = "I am KAAL. I specialize in solving the future backward using calibrated scientific insights, not general conversation. Let's get back to the future."
13
  GLOBAL_HISTORY = []
 
7
 
8
  HF_TOKEN = os.environ.get("HF_TOKEN", "")
9
  MODEL_ID = "sf0Jmn/kaal-7b-merged"
10
+ API_URL = f"https://router.huggingface.co/v1/chat/completions"
11
  TAGLINE = "The only Multi-Agent Reasoning engine built to solve the future backward."
12
  FALLBACK = "I am KAAL. I specialize in solving the future backward using calibrated scientific insights, not general conversation. Let's get back to the future."
13
  GLOBAL_HISTORY = []