Преглед изворни кода

fix: azure dalle generate image

develop
lanvent пре 1 година
родитељ
комит
3001ba9266
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      bot/chatgpt/chat_gpt_bot.py

+ 1
- 1
bot/chatgpt/chat_gpt_bot.py Прегледај датотеку

@@ -174,7 +174,7 @@ class AzureChatGPTBot(ChatGPTBot):
time.sleep(int(retry_after))
response = requests.get(operation_location, headers=headers)
status = response.json()["status"]
image_url = response.json()["result"]["contentUrl"]
image_url = response.json()["result"]["contentUrl"]
return True, image_url
except Exception as e:
logger.error("create image error: {}".format(e))


Loading…
Откажи
Сачувај