-
Notifications
You must be signed in to change notification settings - Fork 66
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
(EAI-173): Framework quickstart #287
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.
Supoib
npm run dev | ||
``` | ||
|
||
Open http://localhost:5173/ in your browser to see the UI. |
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.
Dumb question but just checking that because one is using their own OpenAI API key, there's no need to worry about VPN/MongoDB/Azure access rules etc?
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.
nah, there's none of that access control on the openai version.
Co-authored-by: Chris Bush <[email protected]>
Jira: https://jira.mongodb.org/browse/EAI-173
Changes
examples/quick-start
project w/ quick start guide codeexpress-slow-down
was a devDependency, whereas it should have been a standarddependency
.Notes