Spaces:
Runtime error
Runtime error
Commit
Β·
46c47f0
1
Parent(s):
c12a37c
changed intro_msg
Browse files- email_ai.py +1 -1
email_ai.py
CHANGED
@@ -27,7 +27,7 @@ gemini_api_key = os.getenv("GEMINI_API_KEY")
|
|
27 |
## load the GROQ And OpenAI API KEY
|
28 |
# gemini_api_key = open("gemini_api_key.txt", "r").read().strip()
|
29 |
|
30 |
-
intro_message = 'Hello! π ask me questions about Enron emails.
|
31 |
|
32 |
def initialize_conversation():
|
33 |
|
|
|
27 |
## load the GROQ And OpenAI API KEY
|
28 |
# gemini_api_key = open("gemini_api_key.txt", "r").read().strip()
|
29 |
|
30 |
+
intro_message = 'Hello! π ask me questions about Enron emails. \n\nSample questions you can ask are \'What is the period of emails?\', \'Who are the people exchanging emails?\', \'What are the decisions made?\', \'What does Enron deals in?\' etc. \n\nYou can ask these questions by tapping and holding the mic.'
|
31 |
|
32 |
def initialize_conversation():
|
33 |
|