Skip to content

Commit

Permalink
removing prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Kumar authored and Rohit Kumar committed Feb 11, 2024
1 parent 5f49f99 commit 718a922
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion labs/TrapheusAI/llm/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def ask_foundational_data_model(dataframe: pandas.core.frame.DataFrame, query: s
llm = LangchainLLM(olama)
else:
llm = OpenAI(api_token=streamlit.secrets["OPENAI_API_KEY"])
print(llm)
smart_df = SmartDataframe(dataframe, config={"llm": llm})
response = smart_df.chat(query)
return response
Expand Down

0 comments on commit 718a922

Please sign in to comment.