fix(ui): Re-add Chat
This commit is contained in:
1
webui/react-ui/src/utils/config.js
vendored
1
webui/react-ui/src/utils/config.js
vendored
@@ -34,6 +34,7 @@ export const API_CONFIG = {
|
||||
|
||||
// Chat endpoints
|
||||
chat: (name) => `/chat/${name}`,
|
||||
chatApi: (name) => `/api/chat/${name}`,
|
||||
notify: (name) => `/notify/${name}`,
|
||||
responses: '/v1/responses',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user