-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
export OPENAI_API_KEY=your_openai_api_key` | ||
``` | ||
|
||
<!-- should we use something like `.env` instead? --> |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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?"
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? |
Rough first draft, open to any/all formatting changes