Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu committed Nov 17, 2023
1 parent 0cd64ea commit 6f6e469
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ async function updateWorkspaceAssistants(wId: string) {

if (g.modelId === "gpt-4" || g.modelId === "gpt-4-32k") {
if (LIVE) {
const oldModel = g.modelId;
await g.update({ modelId: "gpt-4-1106-preview" });
console.log("Updated", c.sId, c.name, "from " + g.modelId);
console.log("Updated", c.sId, c.name, "from " + oldModel);
} else {
console.log("Would update", c.sId, c.name, "from " + g.modelId);
}
Expand Down

0 comments on commit 6f6e469

Please sign in to comment.