discord_bot/fjerkroa_bot
Oleksandr Kozachuk be8298f015 Remove deprecated OpenAI parameters for GPT-5 compatibility
- Remove temperature, max_tokens, top_p, presence_penalty, frequency_penalty parameters
- These parameters are no longer supported in GPT-5 models
- Update all openai_chat calls to use only model and messages parameters
- Fix openai-key vs openai-token configuration key compatibility

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-08 19:18:06 +02:00
..
__init__.py Fix hanging test and establish comprehensive development environment 2025-08-08 19:07:14 +02:00
__main__.py Fix hanging test and establish comprehensive development environment 2025-08-08 19:07:14 +02:00
ai_responder.py Fix hanging test and establish comprehensive development environment 2025-08-08 19:07:14 +02:00
bot_logging.py Fix hanging test and establish comprehensive development environment 2025-08-08 19:07:14 +02:00
discord_bot.py Fix hanging test and establish comprehensive development environment 2025-08-08 19:07:14 +02:00
igdblib.py Fix hanging test and establish comprehensive development environment 2025-08-08 19:07:14 +02:00
leonardo_draw.py Fix hanging test and establish comprehensive development environment 2025-08-08 19:07:14 +02:00
openai_responder.py Remove deprecated OpenAI parameters for GPT-5 compatibility 2025-08-08 19:18:06 +02:00