Skip to content

Official OpenAI-Assistant API starter. Users can specify the assistant's name, model, and description, and send messages to the assistant.

License

Notifications You must be signed in to change notification settings

raffeyang/OpenAI-Assistant-API-Chat

 
 

Repository files navigation

OpenAI-Assistant-API-Chat

This repository contains a chat application that allows users to interact with an AI assistant powered by OpenAI's NEW "gpt-4-1106-preview" model. Features

  • Users can specify the assistant's name, model, and description.
  • Users can send messages to the assistant.
  • The assistant's responses are fetched from OpenAI's API and soon displayed in the chat interface.
  • File Upload soon!
  • Code Interpreter soon!
  • Function Calls soon!

Beta & Work in Progress

Please note that this application is currently in beta and is a work in progress. While we strive to provide a smooth user experience, you may encounter issues or unexpected behavior.

Getting Started

To get started with this application, clone the repository and install the dependencies with npm install. You will need to provide your OpenAI API key in the .env file. Once everything is set up, you can start the application with npm run dev. Contributing

We welcome contributions to this project. If you encounter any issues or have a feature request, please open an issue. If you would like to contribute code, please open a pull request.

About

Official OpenAI-Assistant API starter. Users can specify the assistant's name, model, and description, and send messages to the assistant.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.4%
  • JavaScript 3.4%
  • CSS 0.2%