mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 14:10:15 -07:00
3d93c856ba
Azure OpenAI doesn't support the web_search_preview tool, which was causing "Hosted tool 'web_search_preview' is not supported" errors with GPT-5 models. ## Changes: - Pass dialect information to aixToOpenAIResponses function - Skip web_search_preview tool addition when dialect is 'azure' - Add logging when web search is skipped for Azure - Document known Azure limitations in implementation guide ## Impact: - Fixes web browsing errors with Azure GPT-5 models - Maintains web search functionality for regular OpenAI models - Provides clear logging for debugging This is a critical fix for Azure OpenAI compatibility as web search is not currently supported on Azure's Responses API implementation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Big-AGI Documentation
Information you need to get started, configure, and use big-AGI productively.
Getting Started
Essential guides:
- FAQ: Common questions and answers
- Enabling Microphone: Configure speech recognition in your browser
AI Services
How to set up AI models and features in big-AGI.
👉 The following applies to users of big-AGI.com, as the public instance is empty and requires user configuration.
-
Cloud AI Services:
- Easy API key configuration: Alibaba, Anthropic, Deepseek, Google Gemini, Groq, Mistral, OpenAI, OpenPipe, Perplexity, TogetherAI, xAI
- Azure OpenAI guide
- FireworksAI (API keys, via custom OpenAI endpoint: https://api.fireworks.ai/inference)
- OpenRouter guide
-
Local AI Integrations:
-
Enhanced AI Features:
- Web Browsing: Enable web page download through third-party services or your own cloud
- Web Search: Google Search API (see 'Environment Variables')
- Image Generation: GPT Image (gpt-image-1), DALL·E 3 and 2
- Voice Synthesis: ElevenLabs API for voice generation
Deployment & Customization
👉 The following applies to developers and experts who deploy their own big-AGI instance.
For deploying a custom big-AGI instance:
-
Installation Guide, including:
- Set up your own big-AGI instance
- Source build or pre-built options
- Local, cloud, or on-premises deployment
-
Advanced Setup:
- Source Code Customization: Modify the source code
- Access Control: Optional, add basic user authentication
- Database Setup: Optional, enables "Chat Link Sharing"
- Reverse Proxy: Optional, enables custom domains and SSL
- Environment Variables: Pre-configures models and services
Community & Support
- Visit our GitHub repository for source code and issue tracking
- Check the latest updates in the Changelog or in-app News
- Join our Discord for discussions and help
Let's build something great.