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

rm print #126

Merged
merged 1 commit into from
Nov 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading