Skip to content

Commit

Permalink
docs: add story with uploads enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Dec 20, 2024
1 parent 513653f commit 532e419
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,20 @@ WithPreviousSession.args = {
spokenLang: 'IT',
};

export const WithUpload = Template.bind({});
WithUpload.args = {
ownerUserName: 'nzambello',
memoriName: 'Nicola',
tenantID: 'www.aisuru.com',
engineURL: 'https://engine.memori.ai',
apiURL: 'https://backend.memori.ai',
baseURL: 'https://www.aisuru.com',
uiLang: 'IT',
spokenLang: 'IT',
enableAudio: true,
showUpload: true,
};

export const Nunzio = Template.bind({});
Nunzio.args = {
ownerUserName: 'nunzio.fiore',
Expand Down

0 comments on commit 532e419

Please sign in to comment.