revert debugging statements

This commit is contained in:
Abi Raja 2024-06-05 20:41:35 -04:00
parent 9fe32ba6e8
commit 402a279eaf

View File

@ -21,7 +21,7 @@ import json
from prompts.claude_prompts import VIDEO_PROMPT
from prompts.types import Stack
from utils import pprint_prompt
# from utils import pprint_prompt
from video.utils import extract_tag_content, assemble_claude_prompt_video
from ws.constants import APP_ERROR_WEB_SOCKET_CODE # type: ignore
@ -210,7 +210,7 @@ async def stream_code(websocket: WebSocket):
video_data_url = params["image"]
prompt_messages = await assemble_claude_prompt_video(video_data_url)
pprint_prompt(prompt_messages) # type: ignore
# pprint_prompt(prompt_messages) # type: ignore
if SHOULD_MOCK_AI_RESPONSE:
completion = await mock_completion(