AUXteam commited on
Commit
00e9f3d
·
verified ·
1 Parent(s): 56ad74b

Finalizing OpenResearcher with Helmholtz Blablador and Victor Search

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -821,12 +821,6 @@ async def generate_response(prompt: str, max_new_tokens: int = MAX_NEW_TOKENS) -
821
  selected_model = "alias-large" if prompt_tokens > 4000 else "alias-fast"
822
 
823
  url = f"{REMOTE_API_BASE}/completions"
824
- print(f"Generating response with model: {selected_model}")
825
- print(f"URL: {url}")
826
- print(f"API Key present: {bool(BLABLADOR_API_KEY)}")
827
- if BLABLADOR_API_KEY:
828
- print(f"API Key length: {len(BLABLADOR_API_KEY)}")
829
-
830
  headers = {
831
  "Content-Type": "application/json"
832
  }
 
821
  selected_model = "alias-large" if prompt_tokens > 4000 else "alias-fast"
822
 
823
  url = f"{REMOTE_API_BASE}/completions"
 
 
 
 
 
 
824
  headers = {
825
  "Content-Type": "application/json"
826
  }