Skip to content
Snippets Groups Projects
Commit eb4cfdc3 authored by Sharat Patil's avatar Sharat Patil
Browse files

mbugfix

parent 78ced12e
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ async def api_call2(*args): ...@@ -129,7 +129,7 @@ async def api_call2(*args):
df = pd.DataFrame({"Error":[True]}) df = pd.DataFrame({"Error":[True]})
full_llm_queries[i] += f"\n\n\nError: {api_output}" full_llm_queries[i] += f"\n\n\nError: {api_output}"
r_df.append(df) r_df.append(df)
return r_df, full_llm_queries return *r_df, *full_llm_queries
async def api_call(llm_query): async def api_call(llm_query):
error,formatted_llm_query=load_query(llm_query) error,formatted_llm_query=load_query(llm_query)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment