Remove rouge print statements within chat_completion.py (#174)

* rouge prompt print

* remove print pt2

* Print Removal Final
This commit is contained in:
Ben Gitter 2024-08-23 21:28:37 -04:00 committed by GitHub
parent fe3253f3a9
commit 045bc98333
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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