signebedi / gptty

ChatGPT wrapper in your TTY
MIT License
48 stars 7 forks source link

[context] add a pandas df reference object that stores context (past queries) at runtime #15

Closed signebedi closed 1 year ago

signebedi commented 1 year ago

dependency hell is a serious risk but might be worthwhile to risk by adding a pandas requirement - that way, we can store context in realtime and possibly allow users to select specific context for their queries based on positional references to the pandas index.

we can also then allow users to view a prettified output using meta queries.