You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you not unable to use the workspace/thread endpoints? Those can CRUD threads that you can then manage if you nee those threads to show up in the UI as well. If you just want "threading" but without having to manage threads you can just as easily use the sessionId param in the workspace/*/chat endpoints. Obviously not OpenAI compatible.
Since OpenAI compatibility will break if we start adding custom fields, there isn't much wiggle room there as some SDKs will throw an error if our request/response body is not 100% comforming
Thanks for your helpful guidance.
use the sessionId param in the workspace/*/chat endpoints. Obviously not OpenAI compatible
If so, we plan to migrate OpenAI compatible code and parameters to the "workspace/*/chat" endpoints. In this case, is there any sample code you can advise? We are working on integrating AnythingLLM with Microsoft Word locally like this:
The thread is always the "default" one when using OpenAI-compatible endpoints. It will be great to have a deeper integration for selecting both workspace and thread. This is the reason why asking. Thanks again.
Thanks for your helpful guidance.
If so, we plan to migrate OpenAI compatible code and parameters to the "workspace/*/chat" endpoints. In this case, is there any sample code you can advise? We are working on integrating AnythingLLM with Microsoft Word locally like this:
https://youtu.be/-Br_iDDVJBY
The thread is always the "default" one when using OpenAI-compatible endpoints. It will be great to have a deeper integration for selecting both workspace and thread. This is the reason why asking. Thanks again.
Originally posted by @timothycarambat in #3423
The text was updated successfully, but these errors were encountered: