Skip to content

Commit 82d2136

Browse files
committed
fix text generation model selection at setenv
1 parent 8b58c13 commit 82d2136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setenv.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ async function setLatestGenAIModelChat() {
118118
config.get("compartmentId"),
119119
config.get("regionName"),
120120
"cohere",
121-
"CHAT"
121+
"TEXT_GENERATION"
122122
);
123123

124124
const { id, vendor: vendorName, version, capabilities } = latestVersionModel;

0 commit comments

Comments
 (0)