EtienneB commited on
Commit
61cae63
·
1 Parent(s): 042d1d5

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +3 -4
agent.py CHANGED
@@ -97,10 +97,9 @@ def build_graph():
97
 
98
  # First create the HuggingFaceEndpoint
99
  llm_endpoint = HuggingFaceEndpoint(
100
- repo_id="gemini/gemini-2.0-flash",
101
- #"Qwen/Qwen2.5-Coder-32B-Instruct",
102
- #huggingfacehub_api_token=HUGGINGFACEHUB_API_TOKEN,
103
- api_key=GEMINI_API_KEY,
104
  temperature=0.3,
105
  max_new_tokens=512,
106
  timeout=60,
 
97
 
98
  # First create the HuggingFaceEndpoint
99
  llm_endpoint = HuggingFaceEndpoint(
100
+ repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
101
+ huggingfacehub_api_token=HUGGINGFACEHUB_API_TOKEN,
102
+ #api_key=GEMINI_API_KEY,
 
103
  temperature=0.3,
104
  max_new_tokens=512,
105
  timeout=60,