Reccomendaitons for chat history reduction parameters #11496
Closed
AbodeSaafan
started this conversation in
General
Replies: 1 comment
-
Hi @AbodeSaafan, it looks like you're using SK .Net; however, we have some documentation about this in our Python samples: it should be applicable (although variable names may be different) between the languages: https://github.com/microsoft/semantic-kernel/blob/main/python/samples/concepts/agents/chat_completion_agent/README.md |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I am following the guidance set out in this blog https://devblogs.microsoft.com/semantic-kernel/managing-chat-history-for-large-language-models-llms/ to use chat history reduction methods.
All the chat history reducers take in some sort of parameter like the max tokens or target message count, is there any guidance for setting these values?
Are they something that would be different based on the model used?
Beta Was this translation helpful? Give feedback.
All reactions