Tan Ho

Results 5 comments of Tan Ho

Openai API is quite hot right now but looks like this repo maintainers are not quite active recently. I would love this pull request to be merged.

Any new info on this one, I got the same issue.

Workaround by setting value for `responseFormat`. ``` CreateImageEditRequest request = CreateImageEditRequest.builder() .prompt(resolvedPrompt) .n(n) .size(size) .responseFormat("url") .build(); ```

I have the same issue with my github page. I'm using gohugo with this theme https://themes.gohugo.io/themes/hugo-theme-tailwind/ And this is my configuration ``` [params.giscus] enabled = true repo = "hntan/hntan.github.io" repoID...

@ElastiCourse , Those IDs are actually generated by Giscus, not GitHub. To retrieve them, visit https://giscus.app/ and enter your repository and category information. Then, simply copy the generated ID.