mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-23 14:45:46 +00:00
fix(onboard): raise azure probe output floor
This commit is contained in:
@@ -220,7 +220,7 @@ describe("promptCustomApiConfig", () => {
|
||||
expect(parsedBody).toEqual({
|
||||
model: "gpt-4.1",
|
||||
input: "Hi",
|
||||
max_output_tokens: 1,
|
||||
max_output_tokens: 16,
|
||||
stream: false,
|
||||
});
|
||||
});
|
||||
|
||||
@@ -368,7 +368,7 @@ async function requestOpenAiVerification(params: {
|
||||
body: {
|
||||
model: params.modelId,
|
||||
input: "Hi",
|
||||
max_output_tokens: 1,
|
||||
max_output_tokens: 16,
|
||||
stream: false,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user