mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-21 23:54:19 +01:00
refactor: cleanup
This commit is contained in:
@@ -111,7 +111,7 @@ data = {{
|
|||||||
}}
|
}}
|
||||||
response = requests.post(url, headers=headers, data=data)
|
response = requests.post(url, headers=headers, data=data)
|
||||||
assert response.status_code == 200
|
assert response.status_code == 200
|
||||||
print('This is the text from the audio file:', response.json()['text'])'''
|
print('This is the text from the audio file:', response.text)'''
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
indirect=True
|
indirect=True
|
||||||
|
|||||||
Reference in New Issue
Block a user