Update app.py
Browse files
app.py
CHANGED
@@ -243,9 +243,7 @@ async def generate_plan(history, file_cache):
|
|
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
|
250 |
formatted_prompt = hf_query_gen_prompt.format(
|
251 |
Tool_Details=hf_query_gen_tool_details
|
|
|
243 |
if ai_msg:
|
244 |
conversation_history += f"Assistant: {ai_msg}\n"
|
245 |
|
|
|
246 |
hf_query_gen_tool_details = await connect_and_get_tools()
|
|
|
247 |
# Format the prompt
|
248 |
formatted_prompt = hf_query_gen_prompt.format(
|
249 |
Tool_Details=hf_query_gen_tool_details
|