alexrozanski / LlamaChat

Chat with your favourite LLaMA models in a native macOS app
https://llamachat.app
MIT License
1.45k stars 56 forks source link

Can the questions not affect each other? #25

Closed hunxuewangzi closed 1 year ago

hunxuewangzi commented 1 year ago

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.

alexrozanski commented 1 year ago

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?

hunxuewangzi commented 1 year ago

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 commented 1 year ago

@alexrozanski

alexrozanski commented 1 year ago

@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?

hunxuewangzi commented 1 year ago

@alexrozanski I understand, thanks!