warjiang
warjiang
**What type of PR is this?** this PR is mainly about add imagePullSecrets for cfssl and kubectl for some case of private image registry. /kind feature **What this PR does...
**Describe the change** Use go-openai as part of my application, params passed to application may be string, but there is no method to convert model name to enum for embedding,...
Want featurs like ```go ConvertStr2EmbeddingModel("text-embedding-ada-002") // return openai.AdaEmbeddingV2 ```
**What would you like to be added**:  change the example of set-image option ```shell kubectl debug mypod --copy-to=my-debugger --set-image="*=busybox" kubectl debug mypod -it --copy-to=my-debugger --image=debian --set-image="app=app:debug,sidecar=sidecar:debug" ``` **Why is...
when i use create-chrome-ext with react + ts + vite, after install dependencies and run `npm run dev`, it comes with websockets connect failed: 
I found many similar concepts shared with karmada, anyone can describe the advantage than karmada?
recently i try to use interceptor of tapable, in the Interception section of readme: > tap: (tap: Tap) => void Adding tap to your interceptor will trigger when a plugin...
build process will be blocked if nothing under the static folder, add more check to handle this case
Wonderful job. The job is very useful when i want to execute js while eval is disabled. Any ideas for implementing a debugger for evaljs. I think it's will be...
provider api means that not only we can get host from location ssh config file, but also from a rest api, the rest api should have some restriction, like data...