Hi everyone,
When setting up Push Notifications in Raven Cloud, saving the API Key and Secret in Settings doesn’t generate the VAPID key automatically. I had to manually execute `register_site_on_raven_cloud` via the terminal (`bench execute`).
I noticed in `apps/web/src/components/features/settings/panels/PushNotifications.tsx` that these actions are not surfaced in the new UI yet.
Is there a plan to bring back the “Register Site on Raven Cloud” button in the notification settings screen so admins don’t need terminal access?
Thanks!
1 Like
Yes it’s in the works. PR is in review right now.
Okay thankyou @nikkothari22
Hi @nikkothari22
I am configuring Raven AI Assistant using Groq API as a Local LLM (OpenAI Compatible) provider with models like qwen/qwen3.6-27b, groq/compound, and llama-3.3-70b-versatile.
I ran into a couple of issues when trying to send messages to users:
-
Send Message Feature: In Raven AI Function, I configured a function with the “Send Message” type and enabled “Allow Bot to Write Documents” on the AI Bot. However, when I ask the AI to send a message to another user (e.g., @Edwin Stephano), it responds that it cannot send messages to others or encounters an error. Is sending direct messages to other users supported for AI bots?
-
Function Execution on Groq: When testing with Groq models like qwen/qwen3.6-27b and groq/compound, the AI outputs raw function text like search_users_tool(query="[email protected]") instead of executing the message-sending action automatically.
Could you clarify if Raven AI supports sending messages to users when configured with Groq / OpenAI Compatible models?
Thank you!
@nikkothari22 One more the Automatically add system users to Raven
this is not working