We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f978d7e commit 5d1789cCopy full SHA for 5d1789c
README.md
@@ -8,8 +8,7 @@ This sample project is a proof-of-concept (POC) demonstration of the [OpenAI Ass
8
このサンプルプロジェクトは、[OpenAI Assistants API](https://platform.openai.com/docs/assistants/overview)がシングルスレッドで複数のユーザーとの対話を処理する能力をデモンストレーションするためのプルーフ・オブ・コンセプトです。これは、**Node.js Express**サーバーと**Vue.js**クライアントを使用したフルスタックアプリケーションで、**socket.io**を使用してサーバーとクライアントアプリケーション間のウェブソケットを介した双方向通信を実現しています。
9
10
11
-**Updated**: [2024-03-26] Implemented actual [Assistants API streaming](#assistants-api-streaming).
12
-**Updated**: Added [mock streaming](#mock-streaming).
+* **Updated**: [2024-03-26] Implemented actual [Assistants API streaming](#assistants-api-streaming).
13
14
# App
15
0 commit comments