SimFG
SimFG
### Is your feature request related to a problem? Please describe. Currently, GPTCache achieves an accuracy of approximately 80% in optimal conditions. However, during daily usage, it often returns unsatisfactory...
### 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...
### Is your feature request related to a problem? Please describe. When a cache miss occurs, that is, the question does not match the cached answer, cache correction is supported....
/kind improvement
issue: #30436
use the flag, like: ``` // register cmd.Flags().Bool("foo", false, "demo") // get the param cmd.Flags().GetString("foo") ```
lib: https://github.com/c-bata/go-prompt
issue: #33164
issue: #33164 pr: #33165
### Is there an existing issue for this? - [X] I have searched the existing issues ### What would you like to be added? Add config to control whether to...