Remove rouge print statements within chat_completion.py (#174)
* rouge prompt print * remove print pt2 * Print Removal Final
This commit is contained in:
parent
fe3253f3a9
commit
045bc98333
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue