Skip to content

Commit

Permalink
Merge branch 'new/feature/openweather' into jm-production
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaddington committed Jan 2, 2025
2 parents 9a6fb30 + 990e396 commit 6f0e377
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion api/app/clients/tools/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
{
"authField": "AZURE_AI_SEARCH_API_KEY",
"label": "Azure AI Search API Key",
"description": "You need to provideq your API Key for Azure AI Search."
"description": "You need to provide your API Key for Azure AI Search."
}
]
},
Expand Down Expand Up @@ -174,5 +174,13 @@
"description": "API Key from the e2b.dev dashboard"
}
]
},
{
"name": "OpenWeather",
"pluginKey": "OpenWeather",
"description": "Get weather forecasts and historical data from the OpenWeather API",
"icon": "/assets/flux.png",
"isAuthRequired": "false",
"authConfig": []
}
]
2 changes: 1 addition & 1 deletion api/app/clients/tools/util/handleTools.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ const loadTools = async ({
serpapi: { location: 'Austin,Texas,United States', hl: 'en', gl: 'us' },
dalle: imageGenOptions,
'stable-diffusion': imageGenOptions,
'flux' : imageGenOptions,
flux: imageGenOptions,
};

const toolAuthFields = {};
Expand Down

0 comments on commit 6f0e377

Please sign in to comment.