How do I set the package name that OpenAI uses to generate the README using the typescript generator?

20 Views Asked by At

I created an SDK for Perplexity.ai using OpenAI and the generated README does not include the package name.

I didn't see a setting for it in the Typescript generator settings.

I ran the generator and was expecting the documentation in the README to use the package name?

The class that is generated is DefaultApi and but the final package should just be Perplexity.

I would expect the code example to show something like:

Perplexity.apiFunction()

But it just shows:

.apiFunction()

0

There are 0 best solutions below