Chatgpt Vue

screenshot of Chatgpt Vue
vite
vue
tailwind

使用 Vue3 + Typescript + Tailwind CSS 框架,调用 OpenAI 的 gpt-3.5-turbo 模型 API 实现的简单聊天对话,支持连续对话。

Overview:

The chatgpt-vue project is a simple chatbot application built using Vue3, Typescript, and Tailwind CSS frameworks. It utilizes the OpenAI gpt-3.5-turbo model API to enable seamless chat conversations with support for continuous dialogues.

Features:

  • Framework: Developed using Vue3, Typescript, and Tailwind CSS.
  • API Integration: Utilizes the OpenAI gpt-3.5-turbo model API for chat conversations.
  • Continuous Dialogues: Supports ongoing dialogues for a seamless chatting experience.
  • No Proxy - Direct API requests from the frontend for connectivity verification.
  • API Key Requirement: Requires users to apply for and use an API Key for ChatGPT functionality.
vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

vue
Vue

Vue.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
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

typescript
Typescript

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.