Update Gpt4oDemo.py
Browse files- 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 |
-
|
| 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
|