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
Enhance Yorkie Intelligence to support OpenAI-compatible providers (#578)
This commit adds support for OpenAI and OpenAI-compatible providers in
addition to Ollama. It also allows custom base URLs and API keys for
provider configuration.
Copy file name to clipboardExpand all lines: backend/README.md
+44Lines changed: 44 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,50 @@ pnpm backend start
80
80
81
81
Starts the server in production mode.
82
82
83
+
## Yorkie Intelligence Configuration
84
+
85
+
Yorkie Intelligence provides AI-powered features forcollaborative editing. You can configure it using the `YORKIE_INTELLIGENCE` environment variablein`.env.development`.
0 commit comments