Version 1.0.0
Features:
Communication with OpenAI API via Command:
- Added the
/ask
command to ask questions to ChatGPT
Dynamic Configuration via Commands:
- Added the
/config
command, allowing players to update configuration settings in-game without restarting the server.- Supported configuration keys include:
OPENAI_API_KEY
ROLE_OF_THE_AI
AI_MODEL
Command Usage:
/ask <question>
: Allows you to communicate with ChatGPT/config OPENAI_API_KEY <value>
: Updates the OpenAI API key./config ROLE_OF_THE_AI <value>
: Updates the AI's role or content context./config AI_MODEL <value>
: Updates the AI model used for communication.