Skip to content

Commit

Permalink
fix(DALL-E-2): pass fileStrategy to dall-e
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila committed Jan 11, 2024
1 parent da229f4 commit 32dd5df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/app/clients/tools/util/handleTools.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ const loadTools = async ({
const toolOptions = {
serpapi: { location: 'Austin,Texas,United States', hl: 'en', gl: 'us' },
dalle: { fileStrategy: options.fileStrategy },
'dall-e': { fileStrategy: options.fileStrategy },
};

const toolAuthFields = {};
Expand Down

0 comments on commit 32dd5df

Please sign in to comment.