rkihacker commited on
Commit
363d93e
·
verified ·
1 Parent(s): 73cece8

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -12,7 +12,7 @@ app = FastAPI(
12
  # --- API Configuration ---
13
  TYPEGPT_API_URL = "https://api.typegpt.net/v1/chat/completions"
14
  TYPEGPT_API_KEY = "sk-oPdaZC7n1JlDq0sJ5NSSyHe7sYaeAXeEuj0wX4Lk8hlOGPF8"
15
- SEARCH_API_URL = "https://searchapi.snapzion.com/search"
16
 
17
 
18
  # --- System Prompt ---
 
12
  # --- API Configuration ---
13
  TYPEGPT_API_URL = "https://api.typegpt.net/v1/chat/completions"
14
  TYPEGPT_API_KEY = "sk-oPdaZC7n1JlDq0sJ5NSSyHe7sYaeAXeEuj0wX4Lk8hlOGPF8"
15
+ SEARCH_API_URL = "https://superapis-bing.hf.space/search"
16
 
17
 
18
  # --- System Prompt ---