Skip to content

Commit

Permalink
rm print
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswnl committed Oct 17, 2024
1 parent 871dc66 commit 7d0a210
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ols/src/prompts/prompt_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def __init__(
self._rag_context = rag_context
self._history = history
self._sys_instruction = system_instruction
print("system_instruction: {system_instruction}")

def _generate_prompt_gpt(self) -> tuple[ChatPromptTemplate, dict]:
"""Generate prompt for GPT."""
Expand Down

0 comments on commit 7d0a210

Please sign in to comment.