mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-15 00:07:28 +00:00
Remove rouge print statements within chat_completion.py (#174)
* rouge prompt print * remove print pt2 * Print Removal Final
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user