mirror of
https://github.com/senju1337/senju.git
synced 2025-12-23 23:39:27 +00:00
ci: automatic Python Formatter changes
This commit is contained in:
parent
dc9438d2fb
commit
e96ab55378
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class 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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue