Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: chat caching via X-Session-ID #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

makargon
Copy link

При работе с историей чата, согласно документации, для экономии токенов следует использовать идентификатор сессии X-Session-ID. Добавил в модель Chat этот параметр, а так же начал подставлять его в заголовки перед запросом на генерацию

@Mikelarg
Copy link
Collaborator

Mikelarg commented Feb 3, 2025

Здравствуйте!

Указывать session_id, можно таким способом

from gigachat.context import session_id_cvar

session_id_cvar.set('session_id')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants