| 开发者 | TigrouMeow |
|---|---|
| 更新时间 | 2026年5月12日 16:22 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
ai-engine to /wp-content/plugins/This error comes from OpenAI's API, not AI Engine. Set up billing limits in your OpenAI account. Caching plugins can sometimes store error responses, so clear your caches too.
AI Engine can be used by site owners, administrators, and visitors via chat widgets. To set query limits and prevent unlimited model runs, follow the Managing Limits guide.
AI models support many languages, but quality varies. There's no definitive list since models are constantly updated. Test your language in the AI Playground.
MCP (Model Context Protocol) exposes WordPress tools to AI agents. Learn how to enable the MCP endpoint, choose which tools to expose, and secure them. You can manage posts, comments, users, media, and more.
You can't completely block the model's built-in knowledge, but you can use smart prompts and embeddings to steer conversations toward your content.
Check the Common Issues guide for solutions to REST API problems, caching conflicts, nonce errors, and layout glitches.
Start with the Basics guide for installation and key concepts. For specific issues, check Common Issues.
Report security vulnerabilities through the Patchstack Vulnerability Disclosure Program.
mwai_allow_setup filter now properly grants menu and REST API access to non-admin roles, instead of being overridden by a hardcoded manage_options check.manage_options gate in shared code so each Meow Apps plugin gets its own {prefix}_allow_setup filter instead of hardcoding mwai_allow_setup.function_call must be answered.mwai_embeddings_vector_metadata for Pinecone, Qdrant, Chroma, and OpenAI Vector Store. PDF imports can now use the filename as the chunk title, and Modify Embedding can edit the new fields.confirm_write for non-read SQL, and purging LiteSpeed/WP Rocket caches after post writes.error fields in API responses.mwai_discussions_retention_days filter for overrides.ai.formReply filter firing on every stream chunk instead of only once when the reply is complete.estimate_tokens to a single-argument signature and added multi-file support to assistant queries.mwai_mcp_server and mwai_function_call_params) for customizing MCP servers and function call parameters.mwai_embeddings_sync_post filter for developers.