wip iterate on the prompt

This commit is contained in:
lebaudantoine
2024-10-17 14:04:38 +02:00
parent b1b28fe330
commit db071f0dcc
+4 -5
View File
@@ -33,7 +33,7 @@ def get_prompt(transcript, date):
Review everything carefully, make sure not to make unsubstantiated claims. Review everything carefully, make sure not to make unsubstantiated claims.
Template: Template:
```
### Meeting - [meeting's date YYYY-MM-DD] ### Meeting - [meeting's date YYYY-MM-DD]
[Brief overview of meeting purpose and outcomes] [Brief overview of meeting purpose and outcomes]
@@ -47,18 +47,17 @@ def get_prompt(transcript, date):
### Action Items ### Action Items
- [ ] Task: [Description] - [Name, if applicable] - [Deadline, if applicable] - [ ] Task: [Description] - [Name, if applicable] - [Deadline, if applicable]
```
Please translate the template to the language of the transcript. Please translate the template to the language of the transcript.
Please keep proper markdown title and formatting in the answer.
Transcript: Transcript:
{transcript} {transcript}
Meeting's date: Meeting's date: {date}
{date}
""" """
def get_room_and_owners(slug): def get_room_and_owners(slug):
"""Wip.""" """Wip."""