groq / groq-typescript

The official Node.js / Typescript library for the Groq API
Apache License 2.0
145 stars 17 forks source link

prism mock server(openapi.yml) #23

Closed JamieLee0510 closed 3 months ago

JamieLee0510 commented 4 months ago

Thanks for the great work! However, I have read the CONTRIBUTING.md and there needs a prism mock server to run groq-typescript test case. I wonder is it possible to provide the mock openapi.yml file?

JamieLee0510 commented 3 months ago

😂 just found it on the document will close this issue

gradenr commented 3 months ago

We haven't published an OpenAPI spec. The link you found is deprecated because that API is being removed.

If you're thinking about contributing, most of this SDK is generated, so the changes that can be made directly to this codebase are small.

Can you let me know what you are attempting to do so I can point you in the right direction?

JamieLee0510 commented 3 months ago

Thanks for the reply. Yes I'm just want to take part in the contributions, but encounter the issue while running the test-cases ( due to prism mock server)

I just wonder what the process should contributors go through before committing?