sreepathi-ravikumar commited on
Commit
3ada746
·
verified ·
1 Parent(s): cbcf62a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def stream_openrouter(q: str):
36
  try:
37
  with httpx.Client(timeout=30.0) as client:
38
  with client.stream("POST",
39
- "https://openrouter.ai/api/v1/chat/completions",
40
  headers=_headers(),
41
  json=_payload(q)) as response:
42
 
 
36
  try:
37
  with httpx.Client(timeout=30.0) as client:
38
  with client.stream("POST",
39
+ "https://api.groq.com/openai/v1/chat/completions",
40
  headers=_headers(),
41
  json=_payload(q)) as response:
42