ggsmith842 commited on
Commit
9b1055b
·
1 Parent(s): de1645f

update token

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ try:
16
  )
17
  tools = mcp_client.get_tools()
18
 
19
- model = InferenceClientModel(token=token)
20
  agent = CodeAgent(tools=[*tools], model=model)
21
 
22
  demo = gr.ChatInterface(
 
16
  )
17
  tools = mcp_client.get_tools()
18
 
19
+ model = InferenceClientModel(api_key=token)
20
  agent = CodeAgent(tools=[*tools], model=model)
21
 
22
  demo = gr.ChatInterface(