mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
fix: update the logic to update thinking in cli tools page
This commit is contained in:
@@ -161,7 +161,7 @@ describe("permanent model deletion", () => {
|
||||
});
|
||||
expect((await db.getCliToolConfig(cliUser.id, "cowork")).config).toMatchObject({
|
||||
selectedModels: [`${providerPrefix}/gpt-keep`],
|
||||
coworkThinking: { [`${providerPrefix}/gpt-keep`]: "low" },
|
||||
coworkModelSettings: [{ thinking: "low" }],
|
||||
});
|
||||
|
||||
const history = await db.getUsageHistory({});
|
||||
|
||||
Reference in New Issue
Block a user