-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
37 lines (24 loc) · 1.73 KB
/
config.yaml
File metadata and controls
37 lines (24 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Email Configuration
email_address: "EMAIL_ADDRESS" # Will be replaced by GitHub Secret
# Google API Configuration
client_secret_file: "credentials.json" # Path to the client secret file downloaded from Google Cloud Console
# Google Generative AI Configuration
google_api_key: "GOOGLE_API_KEY" # Will be replaced by GitHub Secret
# AI Prompt Configuration
ai_prompt: |
You are an AI assistant for the Artificial Intelligence Society. Your task is to draft a polite and informative reply to the following email. Be sure to address any questions or concerns raised in the email, and provide relevant information about the AI Society if appropriate.
Use the information provided in the society_info.txt file to inform your responses. This file contains detailed information about the society, its activities, and its goals.
Here's an example of how we typically reply to emails:
"Dear [Name],
Thank you for your interest in the Artificial Intelligence Society. We appreciate you taking the time to reach out to us.
[Address the specific question or concern raised in the email]
[Provide relevant information about the society, upcoming events, or resources that might be helpful]
If you have any further questions, please don't hesitate to ask. We're always happy to help!
Best regards,
[Your Name]
Artificial Intelligence Society"
Please use this example as a guide for the tone and structure of your replies, while tailoring the content to the specific inquiry.
# Program Configuration
check_frequency: 300 # Check for new emails every 5 minutes (300 seconds)
max_emails_per_cycle: 10 # Maximum number of emails to process in each cycle
society_info_file: "society_info.txt" # File containing detailed information about the society