Skip to content

Commit

Permalink
feat(access): llm 抽象
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuSilence committed Dec 4, 2023
1 parent d585c2f commit 086f7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/platforms/openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ const makeImageRequestParam = (
// Set default values
// @ts-ignore
const defaultOptions: Omit<ImageGenerateParams, "prompt"> = {
n: useAppConfig.getState().imageModelConfig.noOfImage,
n: 1,
response_format: "url",
user: "default_user",
model: "dall-e-3",
Expand Down

0 comments on commit 086f7fe

Please sign in to comment.