Spaces:
Sleeping
Sleeping
removed token
Browse files
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()
|