AlexanderKazakov commited on
Commit
4ae9d8c
·
1 Parent(s): f56ad43

basic smolagents

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ class SmolAgent:
21
  temperature=0.01,
22
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
23
  custom_role_conversions=None,
24
- token=open("data/keys/hf.key").read()
25
  )
26
  agent = CodeAgent(
27
  model=model,
 
21
  temperature=0.01,
22
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
23
  custom_role_conversions=None,
24
+ # token=open("data/keys/hf.key").read()
25
  )
26
  agent = CodeAgent(
27
  model=model,