openai-assistant-api

OpenAI Assistant

官方文檔

https://platform.openai.com/docs/assistants/how-it-works

原理

img.png
將檔案及文件上傳openAI,建立一個客製化的助手,然後創立thread 供不同使用者可以同時使用該助手

graph TD;
    A[上傳檔案及文件] --> B[建立客製化的助手];
    B --> C[創立thread];
    C --> D[供不同使用者可以同時使用該助手];

openai-assistant-api
https://shengshengyang.github.io/2024/01/16/openai-assistant-api/
作者
Dean Yang
發布於
2024年1月16日
許可協議