Title: Adeel Abbasi's Replies | WordPress.org

---

# Adeel Abbasi

  [  ](https://wordpress.org/support/users/flag92/)

 *   [Profile](https://wordpress.org/support/users/flag92/)
 *   [Topics Started](https://wordpress.org/support/users/flag92/topics/)
 *   [Replies Created](https://wordpress.org/support/users/flag92/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/flag92/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/flag92/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/flag92/engagements/)
 *   [Favorites](https://wordpress.org/support/users/flag92/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NSFW] [Click n Chat (Chat Widget Integration)] How to connect “AI Integration” with a Local AI Agent](https://wordpress.org/support/topic/how-to-connect-ai-integration-with-a-local-ai-agent/)
 *  Plugin Author [Adeel Abbasi](https://wordpress.org/support/users/flag92/)
 * (@flag92)
 * [5 months, 1 week ago](https://wordpress.org/support/topic/how-to-connect-ai-integration-with-a-local-ai-agent/#post-18833301)
 * Hello Krasi,
 * Based on the plugin structure, the AI provider only needs to return a plain text
   string (`reply`), so DeepSeek can work as long as:
    - The API base URL is configurable (e.g., pointing to your Ollama endpoint).
    - The endpoint supports an OpenAI-compatible route like `/v1/chat/completions`.
 * If Ollama returns a different structure, you’ll need a small middleware/proxy
   layer to normalize the response before returning it to WordPress.
 * Since your DeepSeek instance runs locally and WordPress is hosted on cPanel, 
   make sure the endpoint is exposed securely via HTTPS and protected properly.
 * If you’d like to explore a custom provider integration in more detail, you can
   reach out through the links available on my profile.
 * Best regards,
   Adeel

Viewing 1 replies (of 1 total)