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
@baiyuanneko Could you add Baidu's Ernie Bot api support? I find it too hard for me to implement this since it didn't have a proper class or function like aiAssistedWritingConfigDialog.
I have modified the code, makes it easier to add support for more LLM APIs.
It can be seen in /App/ai_function.js for details. To add support for a new LLM API, it is needed to write a class that has these functions: requestTextCompletions, requestTextImprove and requestTextSummary. For an example, you can see /App/ai_function_openai.js.
The text was updated successfully, but these errors were encountered: