Skip to content

Commit

Permalink
Remove rouge print statements within chat_completion.py (#174)
Browse files Browse the repository at this point in the history
* rouge prompt print

* remove print pt2

* Print Removal Final
  • Loading branch information
gittb authored Aug 24, 2024
1 parent fe3253f commit 045bc98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions endpoints/OAI/utils/chat_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,6 @@ async def format_prompt_with_template(

# Add template metadata
await _append_template_metadata(data)
print(prompt)
print(model.container.prompt_template.metadata.tool_starts)

return prompt

Expand Down

0 comments on commit 045bc98

Please sign in to comment.