danicafisher commited on
Commit
fc50ad4
1 Parent(s): 133c43d

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +2 -0
prompts.py CHANGED
@@ -165,6 +165,8 @@ post_creation_prompt = ChatPromptTemplate.from_template(
165
 
166
  Using the data, write a draft of a social media post about the topic. Do not make up new facts or data to base your post on, use only the data provided. Where possible, also include the source of the information you use in the post.
167
 
 
 
168
  Topic: {topic}
169
  Drafts so far: {drafts}
170
  Collected data: {collected_data}
 
165
 
166
  Using the data, write a draft of a social media post about the topic. Do not make up new facts or data to base your post on, use only the data provided. Where possible, also include the source of the information you use in the post.
167
 
168
+ The post should not be more than 200 words.
169
+
170
  Topic: {topic}
171
  Drafts so far: {drafts}
172
  Collected data: {collected_data}