You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Used to connect to OpenAI for article summaries when the "Include summary" checkbox is checked
182
+
# Default value: (empty)
183
+
OPENAI_API_KEY=your_openai_api_key
184
+
185
+
# OpenAI API model
186
+
# Model used for article summaries
187
+
# Default value: gpt-4o-mini
188
+
OPENAI_API_MODEL=specified_openai_model
189
+
180
190
# Summary system prompt
181
191
# The prompt that guides the LLM model to give accurate-ish and concise article summaries
182
192
# Default value: You are web article summarizer. Use the following pieces of retrieved context to answer the question. Do not answer from your own knowledge base. If the answer isn't present in the knowledge base, refrain from providing an answer based on your own knowledge. Instead, say nothing. Output should be limited to one paragraph with a maximum of three sentences, and keep the answer concise. Always complete the last sentence. Do not hallucinate or make up information.
0 commit comments