mprib / reviver

desktop client for long form LLM interaction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create session class to hold objects

mprib opened this issue · comments

thinking through the basic framework used in Pyxy3D. Core classes are made as granular as possible with dependency injection to build increasingly complex levels of functionality.

But then the GUI will only interact with the session object which will load/manage/save all of these various elements.

I'm wondering if this needs to be the next step. I don't know. This might still be a bit too big and unweildy...

session should be able to query openrouter for available models and remaining key budget

no longer the direction things are headed.