KvrParaskevi commited on
Commit
1c16e2a
1 Parent(s): e48d65a

Update chatbot.py

Browse files
Files changed (1) hide show
  1. chatbot.py +1 -1
chatbot.py CHANGED
@@ -8,7 +8,7 @@ import streamlit as st
8
  from langchain_community.llms import HuggingFaceHub
9
 
10
  my_model_id = os.getenv('MODEL_REPO_ID', 'Default Value')
11
- token = os.getenv('HUGGINGFACEHUB_API_TOKEN', 'Default Value')
12
 
13
  @st.cache_resource
14
  def load_model():
 
8
  from langchain_community.llms import HuggingFaceHub
9
 
10
  my_model_id = os.getenv('MODEL_REPO_ID', 'Default Value')
11
+ token = os.getenv('HUGGINGFACEHUB_API_TOKEN')
12
 
13
  @st.cache_resource
14
  def load_model():