Skip to content

Commit

Permalink
Use the default version of Odie specified in the backend
Browse files Browse the repository at this point in the history
  • Loading branch information
robfelty committed Dec 11, 2024
1 parent d5c89e6 commit 479edd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/help-center/src/components/help-center-chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function HelpCenterChat( {
}
}, [] );

const odieVersion = shouldUseHelpCenterExperience ? '14.0.3' : null;
const odieVersion = null; // Use the default version specified on the back-end

return (
<OdieAssistantProvider
Expand Down

0 comments on commit 479edd4

Please sign in to comment.