All checks were successful
OpenWebUI Discord Bot / Build-and-Push (push) Successful in 53s
Key changes: - Upgrade OpenAI SDK from 1.x to 2.x (required for responses API) - Update get_ai_response to use developer role for system prompts - Improve response extraction with output_text shorthand - Add enhanced debug logging for troubleshooting - Add traceback logging for better error diagnostics This fixes the "'OpenAI' object has no attribute 'responses'" error and enables proper MCP tool auto-execution through LiteLLM. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
discord.py>=2.0.0
|
|
openai>=2.0.0
|
|
python-dotenv>=1.0.0
|
|
aiohttp>=3.8.0
|
|
tiktoken>=0.5.0
|
|
httpx>=0.25.0 |