Skip to content

Commit

Permalink
fix text generation model selection at setenv
Browse files Browse the repository at this point in the history
  • Loading branch information
vmleon committed Jun 26, 2024
1 parent 8b58c13 commit 82d2136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setenv.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ async function setLatestGenAIModelChat() {
config.get("compartmentId"),
config.get("regionName"),
"cohere",
"CHAT"
"TEXT_GENERATION"
);

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

0 comments on commit 82d2136

Please sign in to comment.