Adds a prominent warning to the tool development documentation regarding the potential for package version conflicts when multiple tools are installed with conflicting dependencies.
The warning recommends using OpenAPI tool servers as the robust solution to this problem, as it isolates tool dependencies.
- Move all image-generation content into docs/image-generation-and-editing/
- Add ComfyUI image-editing instructions (Image Size, Steps, Image Prompt Generation)
- Explain how to set node IDs in Open WebUI
- Add example setups for Qwen and FLUX.1 models
- Fix broken links and tidy formatting
This commit strengthens the warnings in the Redis and Nginx Proxy Manager documentation regarding the `C-S_ALLOW_ORIGIN` environment variable.
- Replaced the `:::tip` block with a more prominent `:::danger` block in both files.
- Clarified that a misconfigured `CORS_ALLOW_ORIGIN` is a common and difficult-to-debug cause of WebSocket connection failures, especially in production or reverse-proxied setups.
- Emphasized that this step is critical and should not be skipped.
Creates a new documentation page for the Exa AI web search engine.
This page provides a comprehensive guide that includes:
- An overview of Exa AI's features.
- A clear explanation of its credit-based pricing model, including the initial free credits for new users.
- Step-by-step instructions on how to obtain an API key.
- Configuration details for setting up the integration in Open WebUI, both through the admin panel and via environment variables.