devika test prompt

This commit is contained in:
Dobromir Popov 2024-04-07 17:26:58 +03:00
parent 836a5a5020
commit 3ad33c9665

View File

@ -6,3 +6,8 @@ This is multi-step process:
4. Assign possible category and scientific field labels to the information by adding them as tags. 4. Assign possible category and scientific field labels to the information by adding them as tags.
This systematization and segmentation will allow you to remember the text and store it in your long-term memory as knowledge graph, while providing easy access later. Respond in json format with the extracted and restructured data. This systematization and segmentation will allow you to remember the text and store it in your long-term memory as knowledge graph, while providing easy access later. Respond in json format with the extracted and restructured data.
Here's the source text: Here's the source text:
------------
create a web app that has a button to start recording sends it to latest whisper llm for STT, translates it to target language and shows the result in realtime. it should be streaming text with minimal lag.