danielmiessler / fabric

fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.
https://danielmiessler.com/p/fabric-origin-story
MIT License
23.49k stars 2.49k forks source link

[Question]: what are sessions and how do we use em #838

Closed Uddhav07 closed 1 day ago

Uddhav07 commented 1 month ago

What is your question?

After reading the documentation, I am still not clear how to get X working. I tried this, this, and that.

xssdoctor commented 1 month ago

try this, this should explain it echo 'my name is jon' | fabric --session jon

then

echo 'what is my name' | fabric --session jon

basically you name the session, then everythign is saved within that session file, so you can continue your conversation

Uddhav07 commented 1 month ago

try this, this should explain it echo 'my name is jon' | fabric --session jon

then

echo 'what is my name' | fabric --session jon

basically you name the session, then everythign is saved within that session file, so you can continue your conversation

image this ai is dumb lmao but its gemini 1.5 pro exp

xssdoctor commented 1 month ago

hmmm i have to take a look, maybe sessions isn't working for gemini

Uddhav07 commented 1 month ago

hmmm i have to take a look, maybe sessions isn't working for gemini

the first message didnt work, the second message it did remember

eugeis commented 1 day ago

Please retest and open the issue if it is not working.

There is now also --printsession= flag available.