pvanand commited on
Commit
4e6b5d8
1 Parent(s): 73ac607

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -65,7 +65,7 @@ async def generate_report(request: Request, query: QueryModel):
65
 
66
  # Combine query with user keywords
67
  if query.internet:
68
- search_query = together_response(query_str, model=llm_default_small, SysPrompt=sys_prompt_output_format, max_tokens = 25)
69
  print(f"query:{query_str}, formatted query:{search_query}")
70
 
71
  # Search for relevant URLs
 
65
 
66
  # Combine query with user keywords
67
  if query.internet:
68
+ search_query = together_response(description, model=llm_default_small, SysPrompt=sys_prompt_output_format, max_tokens = 25)
69
  print(f"query:{query_str}, formatted query:{search_query}")
70
 
71
  # Search for relevant URLs