67Ayush87 commited on
Commit
214baa3
·
verified ·
1 Parent(s): 631de81

Update pages/deep_learning.py

Browse files
Files changed (1) hide show
  1. pages/deep_learning.py +1 -1
pages/deep_learning.py CHANGED
@@ -4,7 +4,7 @@ from langchain_huggingface import HuggingFaceEndpoint, ChatHuggingFace
4
  from langchain_core.messages import HumanMessage, SystemMessage
5
 
6
  # Set environment variables for Hugging Face token
7
- hf = os.getenv('hf')
8
  os.environ['HUGGINGFACEHUB_API_TOKEN'] = hf
9
  os.environ['HF_TOKEN'] = hf
10
 
 
4
  from langchain_core.messages import HumanMessage, SystemMessage
5
 
6
  # Set environment variables for Hugging Face token
7
+ hf = os.getenv('Data_science')
8
  os.environ['HUGGINGFACEHUB_API_TOKEN'] = hf
9
  os.environ['HF_TOKEN'] = hf
10