alexrozanski / LlamaChat

Chat with your favourite LLaMA models in a native macOS app

Home Page:https://llamachat.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can the questions not affect each other?

hunxuewangzi opened this issue · comments

I have observed that the previous questions affect the results of the later questions, and each question is not independent of the other. Is there a way to make them independent of each other?
Thank you.

hey @hunxuewangzi, there's a 'clear context' button at the bottom next to the compose field which will clear the model's current context:

Screenshot 2023-04-23 at 20 38 32

it's not super clear I know, will work on making this a bit more obvious!

also you mention that you want each question to be independent of the other -- i'm curious about your use case here: is this when changing topics or you want each question to be completely separate from the previous one?

Thanks for your answer, but I don't see that button.
截屏2023-04-24 11 01 44

I want each question to be completely separate from the previous one

@hunxuewangzi It only appears when there is context to clear - chat context is automatically cleared between launches because it's not saved anywhere. But if you launch the app and send a message you should see it once you receive a response. Is that the case for you?

@alexrozanski I understand, thanks!