Spaces:
Sleeping
Sleeping
Commit
·
4083851
1
Parent(s):
52fbe2a
added correct repo
Browse files
agent.py
CHANGED
@@ -5,7 +5,7 @@ from langchain_huggingface import HuggingFaceEndpoint
|
|
5 |
|
6 |
|
7 |
llm = HuggingFaceEndpoint(
|
8 |
-
repo_id="
|
9 |
huggingfacehub_api_token=os.environ["HUGGINGFACEHUB_API_TOKEN"],
|
10 |
task="text-generation",
|
11 |
temperature=0.7
|
|
|
5 |
|
6 |
|
7 |
llm = HuggingFaceEndpoint(
|
8 |
+
repo_id="moonshotai/Kimi-K2-Base",
|
9 |
huggingfacehub_api_token=os.environ["HUGGINGFACEHUB_API_TOKEN"],
|
10 |
task="text-generation",
|
11 |
temperature=0.7
|