bpHigh commited on
Commit
fb324dd
·
verified ·
1 Parent(s): efc666b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -243,7 +243,7 @@ async def generate_plan(history, file_cache):
243
  if ai_msg:
244
  conversation_history += f"Assistant: {ai_msg}\n"
245
 
246
- print("Works till here")
247
  hf_query_gen_tool_details = await connect_and_get_tools()
248
  print(hf_query_gen_tool_details)
249
  # Format the prompt
 
243
  if ai_msg:
244
  conversation_history += f"Assistant: {ai_msg}\n"
245
 
246
+ print(os.getenv('HF_TOKEN'))
247
  hf_query_gen_tool_details = await connect_and_get_tools()
248
  print(hf_query_gen_tool_details)
249
  # Format the prompt