XThomasBU
commited on
Commit
·
d95aad5
1
Parent(s):
49140fa
minor update
Browse files
code/modules/config/constants.py
CHANGED
@@ -7,6 +7,7 @@ load_dotenv()
|
|
7 |
|
8 |
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
|
9 |
HUGGINGFACE_TOKEN = os.getenv("HUGGINGFACE_TOKEN")
|
|
|
10 |
|
11 |
opening_message = f"Hey, What Can I Help You With?\n\nYou can me ask me questions about the course logistics, course content, about the final project, or anything else!"
|
12 |
|
|
|
7 |
|
8 |
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
|
9 |
HUGGINGFACE_TOKEN = os.getenv("HUGGINGFACE_TOKEN")
|
10 |
+
LITERAL_API_KEY = os.getenv("LITERAL_API_KEY")
|
11 |
|
12 |
opening_message = f"Hey, What Can I Help You With?\n\nYou can me ask me questions about the course logistics, course content, about the final project, or anything else!"
|
13 |
|