Lyiker
Results
2
comments of
Lyiker
@sushanthakumar ,I found another bug when using K8S_ANNOT parameter. ``` func (gc *GenieController) getPodAnnotationsForCNI(k8sArgs *utils.K8sArgs) (map[string]string, error) { annot, err := gc.getK8sPodAnnotations(k8sArgs) if err != nil { args := k8sArgs.K8S_ANNOT...
"AttributeError: 'coroutine' object has no attribute 'choices'`" I use openai==1.35.14 and have the same problem. The chat.completions.create method is an async method, and await is missing ```python completion = self.client.completions.create(prompt=input,...