This website requires JavaScript.
Explore
Help
Register
Sign In
Nobody2503
/
DiscordBot
Watch
1
Star
0
Fork
0
You've already forked DiscordBot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ccc944ef8462205606b90409df1b3029a425eda5
DiscordBot
/
LLM NPC
T
History
Nobody2503
1b91cbcb2f
Refactor bot server setup to use Waitress for production; fallback to Flask dev server for local development. Added timeout to HTTP requests in Fun and Test cogs. Improved error handling for missing environment variables. Enhanced secret key management in Flask app. Added request timeout configuration. Introduced new experimental features including user profile and balance cards, and a Tic-Tac-Toe game with Minimax AI. Addressed various database and security issues, and improved code quality across multiple files.
2026-05-31 12:01:12 +00:00
..
__pycache__
Implement NPC memory and interaction system with SQLite database; add NPC data structure and dynamic NPC handling; integrate LLM for NPC conversations and quest generation.
2025-10-02 11:05:33 +02:00
cogs
/__pycache__
Implement NPC memory and interaction system with SQLite database; add NPC data structure and dynamic NPC handling; integrate LLM for NPC conversations and quest generation.
2025-10-02 11:05:33 +02:00
bot.py
Refactor bot server setup to use Waitress for production; fallback to Flask dev server for local development. Added timeout to HTTP requests in Fun and Test cogs. Improved error handling for missing environment variables. Enhanced secret key management in Flask app. Added request timeout configuration. Introduced new experimental features including user profile and balance cards, and a Tic-Tac-Toe game with Minimax AI. Addressed various database and security issues, and improved code quality across multiple files.
2026-05-31 12:01:12 +00:00
talkingAI.py
Implement NPC memory and interaction system with SQLite database; add NPC data structure and dynamic NPC handling; integrate LLM for NPC conversations and quest generation.
2025-10-02 11:05:33 +02:00