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.
Currently, the GPTCache service uses a cache object to manage cached data. If GPTCache serves multiple users, user A's cached data may be queried by user B. Naturally, this is not allowed in reality.
Describe the solution you'd like.
No response
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, the GPTCache service uses a cache object to manage cached data. If GPTCache serves multiple users, user A's cached data may be queried by user B. Naturally, this is not allowed in reality.
Describe the solution you'd like.
No response
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response
The text was updated successfully, but these errors were encountered: