mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +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:
|
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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue