arcuru / chaz

Chaz is for chats

Home Page:https://chaz.is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request]: Remove the dependency on aichat

arcuru opened this issue · comments

While relying on Aichat has been good for bootstrapping, going forward it doesn't make much sense to continue relying on it. The 'API' being used (cmd line invocations of aichat) is too limiting and really isn't how it's supposed to be used.

Perhaps aichat could be extended (or parts of it extracted) to export its functionality as a library crate? It already supports a wide variety of different LLM interfaces and it seems like a waste to reimplement that separately.