You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm building a customer service voice-bot and time to first utterance (a. time to yield first sentence) is critical for creating a synchronous LLM conversation CX. However, current commercial API's provide c. 50 tokens/second on a good day. If the first utterance has more than 20 words, then the entire latency budget is blown. Caching is the obvious solution and, in particular semantic caching, as exemplified by cacheGPT (6.1k stars) in order to use natural language understanding to hit the cache.
Hey @mattma1970 , I have created this integration in GPTCache. Let me know if you find it useful, or any suggestions/improvements, or if there are any bugs. Looking forward to feedback!
Is your feature request related to a problem? Please describe.
I'm building a customer service voice-bot and time to first utterance (a. time to yield first sentence) is critical for creating a synchronous LLM conversation CX. However, current commercial API's provide c. 50 tokens/second on a good day. If the first utterance has more than 20 words, then the entire latency budget is blown. Caching is the obvious solution and, in particular semantic caching, as exemplified by cacheGPT (6.1k stars) in order to use natural language understanding to hit the cache.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: