Stefan888 commited on
Commit
23d14cd
·
1 Parent(s): 96e2820

removed token

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from langchain_huggingface import HuggingFaceEndpoint, ChatHuggingFace
11
  llm = HuggingFaceEndpoint(
12
  repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
13
  provider="together",
14
- huggingfacehub_api_token=HUGGINGFACEHUB_API_TOKEN,
15
  )
16
 
17
  retriever = load_guest_dataset()
 
11
  llm = HuggingFaceEndpoint(
12
  repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
13
  provider="together",
14
+ #huggingfacehub_api_token=HUGGINGFACEHUB_API_TOKEN,
15
  )
16
 
17
  retriever = load_guest_dataset()