ci: automatic Python Formatter changes

This commit is contained in:
github-actions[bot] 2025-03-03 14:36:32 +00:00
parent edf145c8de
commit 0c4e88cf7e

View file

@ -59,7 +59,7 @@ def request_haiku(seed: str) -> Haiku:
while True:
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)
ai_response = json.loads(r.json()["response"])
haiku = Haiku(