uezo / aiavatarkit

🥰 Building AI-based conversational avatars lightning fast ⚡️💬
Apache License 2.0
162 stars 10 forks source link

Add feature to reset histories after timeout #28

Closed uezo closed 2 months ago

uezo commented 2 months ago

Default is 60.0 sec. You can customize by instancing ChatGPTProcessor with history_timeout argument or by changing history_timeout of it.

gpt = ChatGPTProcessor("YOUR_API_KEY", history_timeout=5.0)
gpt.history_timeout = 10.0