SumZer0-git / EDAPGui

An Autopilot for Elite Dangerous
MIT License
49 stars 23 forks source link

Draft: AI Integration #40

Open RatherRude opened 5 months ago

RatherRude commented 5 months ago

Integrates LLMs using EDAP Libraries. Allows for roleplaying and provides conversational user interface for EDAP.

2024-05-22 01_24_31-Window

Features:

Readme: https://github.com/RatherRude/EDAP-AI/blob/experimental/AI-Integration/ai-readme.md

SumZer0-git commented 4 months ago

Rude. Interesting approach. With respect to merging was thinking to move the components that the Chat.py requires into it own "ai-requirements.txt" file or something like that. So that people who don't want to play with it don't have to install all the pieces (which some are quite large). But instead, if one wants to play with Chat.py, they would would do: pip install -r ai-requirements.txt. If you can do that change and update your readme then I would like to merge these changes in. Will update the ChangeLog to point to the ai-readme file also