Skip to content

Commit

Permalink
remove exta print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ArslanSaleem committed Dec 9, 2024
1 parent ffae0d6 commit 1c7acb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandasai/llm/bamboo_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def call(self, instruction: BasePrompt, _context=None) -> str:
response = self._session.post(
"/query", json={"prompt": instruction.to_string()}
)
print(response)
return response["answer"]

@property
Expand Down

0 comments on commit 1c7acb1

Please sign in to comment.