🧪3️⃣ test: level 3 refinement

This commit is contained in:
Florian Hönicke
2023-05-02 01:50:28 +02:00
parent 8a2360da7a
commit e4facfc7b5
7 changed files with 57 additions and 21 deletions

View File

@@ -96,7 +96,7 @@ headers = {{
data = {{
"url": "URL_OF_STORED_AUDIO_FILE"
}}
response = requests.post(url, headers=headers, files=file, data=data)
response = requests.post(url, headers=headers, data=data)
print(response.text)
2. Summarize the text (~50 words) while still maintaining the key facts.
3. Create an audio file of the summarized text using a tts library.