adiv07 commited on
Commit
6fc0784
·
verified ·
1 Parent(s): 98f8d9b

Update Gpt4oDemo.py

Browse files
Files changed (1) hide show
  1. Gpt4oDemo.py +2 -2
Gpt4oDemo.py CHANGED
@@ -219,8 +219,8 @@ def new_prompt(prompt):
219
  global chat_history, video_file
220
  chat_history.append({"role": "user","content": prompt,})
221
  MODEL="gpt-4o"
222
- # print(chat_history)
223
- print(transcript)
224
  try:
225
  if video_file:
226
  # Video exists and is processed
 
219
  global chat_history, video_file
220
  chat_history.append({"role": "user","content": prompt,})
221
  MODEL="gpt-4o"
222
+ print(chat_history)
223
+ # print(transcript)
224
  try:
225
  if video_file:
226
  # Video exists and is processed