Demosthene-OR commited on
Commit
4fdb64a
1 Parent(s): 5a2e951
Files changed (2) hide show
  1. requirements.txt +5 -1
  2. tabs/chatbot_tab.py +1 -1
requirements.txt CHANGED
@@ -39,4 +39,8 @@ typing_extensions==4.12.2
39
  python-dotenv==1.0.1
40
  soundfile==0.12.1
41
  SpeechRecognition==3.10.4
42
- sounddevice==0.5.0
 
 
 
 
 
39
  python-dotenv==1.0.1
40
  soundfile==0.12.1
41
  SpeechRecognition==3.10.4
42
+ sounddevice==0.5.0
43
+ google-auth==2.30.0
44
+ google-auth-oauthlib==1.2.1
45
+ google-auth-httplib2==0.2.0
46
+ google-api-python-client==2.132.0
tabs/chatbot_tab.py CHANGED
@@ -41,7 +41,7 @@ os.getenv("LANGCHAIN_API_KEY")
41
  os.getenv("MISTRAL_API_KEY")
42
  os.getenv("OPENAI_API_KEY")
43
 
44
-
45
  prompt = ChatPromptTemplate.from_messages(
46
  [
47
  (
 
41
  os.getenv("MISTRAL_API_KEY")
42
  os.getenv("OPENAI_API_KEY")
43
 
44
+ st.write("LANGCHAIN_API_KEY: ",os.getenv("LANGCHAIN_API_KEY"))
45
  prompt = ChatPromptTemplate.from_messages(
46
  [
47
  (