XThomasBU commited on
Commit
d95aad5
1 Parent(s): 49140fa

minor update

Browse files
Files changed (1) hide show
  1. code/modules/config/constants.py +1 -0
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