RLProteus / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
5 stars 3 forks source link

Refactor GPT context #24

Closed RLProteus closed 1 week ago

RLProteus commented 1 week ago

Tracks context with dicts (JSON serializable) and merges system message into context.

also ran pylint and applied a few recommendations.