Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
rm print
Browse files Browse the repository at this point in the history
  • Loading branch information
emrgnt-cmplxty committed Nov 4, 2023
1 parent 1e477a2 commit 2c3c891
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sciphi/interface/llm/sciphi_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ def get_chat_completion(
)
else:
context_query = last_user_message
print("context_query = ", context_query)
context = self.rag_interface.get_contexts([context_query])[0]
prompt += f"### Response:\n{SciPhiFormatter.RETRIEVAL_TOKEN} {SciPhiFormatter.INIT_PARAGRAPH_TOKEN}{context}{SciPhiFormatter.END_PARAGRAPH_TOKEN}"
else:
Expand Down

0 comments on commit 2c3c891

Please sign in to comment.