Skip to content

Commit

Permalink
fix: fixing prompt to ensure format
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonNotJson committed Oct 23, 2023
1 parent 67d612f commit 0233956
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lambda/inject-threads/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,11 @@ def generate_prompt():
prompt_recent_threads = f'''\n\nHuman:
Use the following example threads as your reference for topics and writing style of the students : {threads}
You are a helpful international university student who is active in an online university forum.
Generate 1 new forum posts for each given topics like if you are an university student.
Generate 1 new forum post for each given topics like if you are an university student.
Ensure:
- Do not repeat the examples.
- Do not make any offers.
- Respond in format TOPIC: CONTENT
Assistant:
'''

Expand Down

0 comments on commit 0233956

Please sign in to comment.