sachin-philip commited on
Commit
4083851
·
1 Parent(s): 52fbe2a

added correct repo

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -5,7 +5,7 @@ from langchain_huggingface import HuggingFaceEndpoint
5
 
6
 
7
  llm = HuggingFaceEndpoint(
8
- repo_id="moonshot-ai/kimi-k2-1.5b-base",
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