Results 123 comments of cryptoapebot

Oh, your profile says Beijing University/Peking University, but China isn't on the list of supported countries.

A couple things to check. First make sure that your chatgpt-4 is properly turned on. Mine took a day or two to "work itself out" after I got the notice....

Don't you have to have http and https on two different ports?

I think you know this already, but just FYI. OpenAI excludes China from some of it's models and products.

Do you have lombok.jar installed in your dev environment? It should auto-magically generate all getters and setters. Embedding.java does have object available. https://github.com/TheoKanning/openai-java/blob/900e13bbda6c38adababebce8418f9aed0484d61/api/src/main/java/com/theokanning/openai/embedding/Embedding.java If you have lombok installed and have...

Well in theory it should just work! Try calling: ``` String e = embedding.getObject(); Integer i = embedding.getIndex(); List le = embedding.getEmbedding(); ``` Make sure you have lombok.java in your...

Not enough info.

$ gradle :example:runExampleOne .... BUILD SUCCESSFUL in 11s 8 actionable tasks: 1 executed, 7 up-to-date $ gradle :example:runExampleTwo > Task :example:runExampleTwo First Query: 93% EXECUTING [4m] > :example:runExampleTwo Just sort...

Is it a repeatable error? It sounds like a one time service/server side disruption.