mirror of
https://github.com/harry0703/MoneyPrinterTurbo.git
synced 2026-02-24 01:47:22 +08:00
Modify llm.py
This commit is contained in:
parent
10f177adac
commit
b36caf63cf
@ -433,8 +433,6 @@ Please note that you must use English for generating video search terms; Chinese
|
||||
for i in range(_max_retries):
|
||||
try:
|
||||
response = _generate_response(prompt)
|
||||
print(response)
|
||||
print('1111111111')
|
||||
if "Error: " in response:
|
||||
logger.error(f"failed to generate video script: {response}")
|
||||
return response
|
||||
|
||||
Loading…
Reference in New Issue
Block a user