issues
search
Kuroashi1995
/
teacher-assistant-server
This is a server for the Teacher Assistant Platform
MIT License
0
stars
0
forks
source link
Add create listening exercise to the AI service
#20
Open
Kuroashi1995
opened
8 months ago
Kuroashi1995
commented
8 months ago
Create a method in the AI service with the following specs:
[ ] createListeningExercise that takes two params: type and description
[ ] create a prompt that takes the params and asks for a listening exercise in written form, as a JSON with the fields: Audio and the field Exercises
[ ] #21
[ ] parse the transcription and feed the parts to the generateAudio method
[ ] concatenate the final audio
[ ] save the audio
Create a method in the AI service with the following specs: