chompionsawelo commited on
Commit
3f59fe8
·
1 Parent(s): fb4483d

instruction change

Browse files
Files changed (1) hide show
  1. main/summary.py +1 -1
main/summary.py CHANGED
@@ -18,7 +18,7 @@ def get_summary(lang_choice: int):
18
  result = openai.ChatCompletion.create(
19
  model="gpt-3.5-turbo" if token_num < 4097 else "gpt-3.5-turbo-16k",
20
  messages=[
21
- {"role": "system", "content": "You will make summary from dialogues in a meeting. The summary will only mention core point of the meeting"},
22
  {"role": "user", "content": "Please provide the dialogue"},
23
  {"role": "assistant", "content": transcribe},
24
  {"role": "user",
 
18
  result = openai.ChatCompletion.create(
19
  model="gpt-3.5-turbo" if token_num < 4097 else "gpt-3.5-turbo-16k",
20
  messages=[
21
+ {"role": "system", "content": "You will make summary from dialogues in a meeting. The summary will only mention core point of the meeting in bullet points"},
22
  {"role": "user", "content": "Please provide the dialogue"},
23
  {"role": "assistant", "content": transcribe},
24
  {"role": "user",