Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a quickstart to voice-chat #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ZachBeta
Copy link
Contributor

Rough first draft, open to any/all formatting changes

Copy link

vercel bot commented Aug 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-sublayer-com ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 18, 2024 2:23pm

export OPENAI_API_KEY=your_openai_api_key`
```

<!-- should we use something like `.env` instead? -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that's a great point. I've mostly been doing this stuff locally but now that we're building out project templates/project generators with a CLI, should probably bake in dotenv from the start. Added sublayerapp/sublayer#73 to track this

[http://127.0.0.1:3000/](http://127.0.0.1:3000/)
Now hold the button and talk to the chat bot 😄

```shell
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's your thinking here? Just a way to browse your conversation?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it was the answer to the immediate next question I had, "where does this app keep transcripts?"

@swerner
Copy link
Contributor

swerner commented Aug 18, 2024

Thanks for this! Inclined to merge it since we're working toward moving to a fully markdown solution which will be easier to work with. Only comment/question is around the console section - is there something that would make a good header/section break/explanation of the idea for running the console there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants