Anshini commited on
Commit
8e6e681
·
verified ·
1 Parent(s): 458c30b

Update pages/python.py

Browse files
Files changed (1) hide show
  1. pages/python.py +1 -1
pages/python.py CHANGED
@@ -3,7 +3,7 @@ import os
3
  from langchain_huggingface import HuggingFaceEndpoint, ChatHuggingFace
4
  from langchain_core.messages import HumanMessage, SystemMessage
5
 
6
- hf = os.getenv('Data_science')
7
  os.environ['HUGGINGFACEHUB_API_TOKEN'] = hf
8
  os.environ['HF_TOKEN'] = hf
9
 
 
3
  from langchain_huggingface import HuggingFaceEndpoint, ChatHuggingFace
4
  from langchain_core.messages import HumanMessage, SystemMessage
5
 
6
+ hf = os.getenv('HF')
7
  os.environ['HUGGINGFACEHUB_API_TOKEN'] = hf
8
  os.environ['HF_TOKEN'] = hf
9