This is the Linux app named OpenAI Assistants Quickstart whose latest release can be downloaded as openai-assistants-quickstartsourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named OpenAI Assistants Quickstart with OnWorks for free.
Suivez ces instructions pour exécuter cette application :
- 1. Téléchargé cette application sur votre PC.
- 2. Entrez dans notre gestionnaire de fichiers https://www.onworks.net/myfiles.php?username=XXXXX avec le nom d'utilisateur que vous voulez.
- 3. Téléchargez cette application dans ce gestionnaire de fichiers.
- 4. Démarrez l'émulateur en ligne OnWorks Linux ou Windows en ligne ou l'émulateur en ligne MACOS à partir de ce site Web.
- 5. Depuis le système d'exploitation OnWorks Linux que vous venez de démarrer, accédez à notre gestionnaire de fichiers https://www.onworks.net/myfiles.php?username=XXXXX avec le nom d'utilisateur que vous souhaitez.
- 6. Téléchargez l'application, installez-la et exécutez-la.
CAPTURES D'ÉCRAN
Ad
OpenAI Assistants Quickstart
DESCRIPTION
openai-assistants-quickstart is a template for using the Assistants API in a Next.js app, demonstrating streaming, tool use, and function calling in one place. The repository includes multiple example pages that each showcase specific capabilities, while all examples share the same underlying assistant with all capabilities enabled. The primary chat logic lives in the Chat component at app/components/chat.tsx, which manages rendering, streaming, and forwarding function calls. Server handlers for threads are provided under api/assistants/threads/..., giving a reference for wiring the API into Next.js routes. The Chat component can be copied directly into other projects, along with its styles from app/components/chat.module.css. Example pages include a basic chat, a function calling demo, a file search demo, and a full-featured example, allowing developers to explore each feature in isolation or together.
Comment ça marche
- Next.js template showcasing streaming with the Assistants API
- Built-in examples for function calling, file search, and basic chat
- Single assistant instance powering all example pages
- Chat component at app/components/chat.tsx ready to copy
- Thread handlers under api/assistants/threads/... for server logic
- Styling provided in app/components/chat.module.css for drop-in use
Langage de programmation
JavaScript, TypeScript
Catégories
This is an application that can also be fetched from https://sourceforge.net/projects/openai-assistants-qs.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.