create svelte chatgpt
1.0.0
create-svelte-chatgpt is a project generator for building SvelteKit applications powered by ChatGPT. It comes with a pre-built example chat interface and other common features integrated.
Features include:
npx create-svelte-chatgpt@latestCreate a .env file in the root directory and add your OpenAI API key.
You can get your API key here from the OpenAI dashboard.
OPENAI_API_KEY=xxxTo start a development server:
npm run dev
# Or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.
Contributions are welcome! Please create a fork of the repository, make your changes, and submit a pull request.
This project is open-source and available under the MIT License.