基于 Nuxt.js 框架的 ChatGPT 类项目,支持 OpenAI 和 Azure 两种 API 切换,支持黑暗模式、中英日多语言切换。
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.
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.
nuxt.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.