Spaces:
Paused
Paused
ggsmith842
commited on
Commit
·
9b1055b
1
Parent(s):
de1645f
update token
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ try:
|
|
16 |
)
|
17 |
tools = mcp_client.get_tools()
|
18 |
|
19 |
-
model = InferenceClientModel(
|
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(
|