Skip to content

Commit

Permalink
Update index.js so checks pass (revert experienceKey back to rosetest)
Browse files Browse the repository at this point in the history
  • Loading branch information
alapre authored Aug 15, 2024
1 parent 824fd6e commit 79fd960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-site/src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import generativeDirectAnswerRequest from './requests/generativeDirectAnswerRequ

const coreConfig = {
apiKey: process.env.API_KEY,
experienceKey: 'developer-support-test',
experienceKey: 'rosetest',
locale: 'en',
experienceVersion: 'PRODUCTION',
};
Expand Down

0 comments on commit 79fd960

Please sign in to comment.