Skip to content

Commit

Permalink
refactor: remove other tools from this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaddington committed Dec 17, 2024
1 parent 6103272 commit 990e396
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 2,190 deletions.
44 changes: 0 additions & 44 deletions api/app/clients/tools/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,50 +139,6 @@
}
]
},
{
"name": "Flux",
"pluginKey": "flux",
"description": "Generate images using text with the Flux API.",
"icon": "/assets/flux.png",
"isAuthRequired": "true",
"authConfig": [
{
"authField": "FLUX_API_KEY",
"label": "Your Flux API Key",
"description": "Provide your Flux API key from your user profile."
}
]
},
{
"name": "WebNavigator",
"pluginKey": "WebNavigator",
"description": "WebNavigator",
"icon": "/assets/webnavigator.png",
"isAuthRequired": "false",
"authConfig": []
},
{
"name": "Flux",
"pluginKey": "flux",
"description": "Generate images using text with the Flux API.",
"icon": "/assets/flux.png",
"isAuthRequired": "true",
"authConfig": [
{
"authField": "FLUX_API_KEY",
"label": "Your Flux API Key",
"description": "Provide your Flux API key from your user profile."
}
]
},
{
"name": "E2BCode",
"pluginKey": "E2BCode",
"description": "Run code in an E2B sandbox",
"icon": "/assets/flux.png",
"isAuthRequired": "false",
"authConfig": []
},
{
"name": "OpenWeather",
"pluginKey": "OpenWeather",
Expand Down
Loading

0 comments on commit 990e396

Please sign in to comment.