Overview:
This is a frontend application implemented in Nuxt 3 for OpenAI’s ChatGPT and DALL·E API. It is designed to support chat completion and image generation using the supported models.
Features:
- Supports OpenAI API and Azure Open AI Service API
- Supports chat completion using gpt-4 and gpt-3.5-turbo models
- Supports image generation using DALL·E
Installation:
To install the theme, follow these steps:
- Make sure all dependencies are installed.
- Launch the development server by running the command: [code snippet]
- View the application at http://localhost:3000.
- To build the application for production, execute: [code snippet]
- Preview the production build locally with the following command: [code snippet]
- To deploy the application, use the one-line command for quick deployment: [code snippet]
- Alternatively, you can deploy using Docker Compose: [code snippet]
- Once deployment is completed, the project will be deployed onto port 80.
Summary:
This frontend application implemented in Nuxt 3 allows users to interact with OpenAI’s ChatGPT and DALL·E API. It supports chat completion using gpt-4 and gpt-3.5-turbo models, as well as image generation using DALL·E. The application can be easily installed, configured, and deployed for both development and production environments.