ci: automatic Python Formatter changes

This commit is contained in:
github-actions[bot] 2025-03-03 15:02:37 +00:00
parent dc9438d2fb
commit e96ab55378

View file

@ -66,7 +66,7 @@ class Haiku:
while True: while True:
try: try:
r = requests.post(url=AI_BASE_URL+AI_GEN_ENDPOINT, r = requests.post(url=AI_BASE_URL + AI_GEN_ENDPOINT,
json=ai_gen_request) json=ai_gen_request)
ai_response = json.loads(r.json()["response"]) ai_response = json.loads(r.json()["response"])
haiku = Haiku( haiku = Haiku(