neyio / chatgpt-nuxt

基于Nuxt.js框架和OpenAI GPT模型的聊天程序。

Home Page:http://ai.in-x.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chatgpt-nuxt

preview

ENGLISH | 简体中文

Setup

To begin, please ensure you have installed all dependencies:

npm i
#or
yarn

Development Server

Launch the development server and view it at http://localhost:3000:

npm run dev
# or
yarn dev

Production

To build your application for production, execute:

npm run build
# or
yarn build

Preview the production build locally with the following command:

npm run preview
# or
yarn preview

Deploy

To deploy using Docker Compose:

docker-compose up -d # Start and run in the background.
docker-compose stop  # Stop
docker-compose down  # Stop and delete

When completed, your project will be deployed onto port 80.

If you have any feedback or suggestions for improving this README document, please don’t hesitate to let me know. I appreciate your input.

Support

If you find my project helpful, you can scan the QR code below to make a donation and support me to continue developing and improving. Thank you for your support!

appreciation-qr

License

This project uses the MIT license.

About

基于Nuxt.js框架和OpenAI GPT模型的聊天程序。

http://ai.in-x.cc

License:MIT License


Languages

Language:Vue 72.8%Language:TypeScript 27.2%