Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enum type for models #13

Closed
AryaanSheth opened this issue Sep 5, 2024 · 2 comments · Fixed by #25
Closed

enum type for models #13

AryaanSheth opened this issue Sep 5, 2024 · 2 comments · Fixed by #25
Assignees
Labels
enhancement New feature or request

Comments

@AryaanSheth
Copy link
Owner

Create an enum type for all available models under GroqCloud

@AryaanSheth AryaanSheth added the enhancement New feature or request label Sep 5, 2024
@AryaanSheth AryaanSheth self-assigned this Sep 5, 2024
@AryaanSheth
Copy link
Owner Author

The list of models that Groq uses can be pulled via an API request. It might be easier to use that to check whether a request has a valid model. Not sure how much of an impact this would have on latency or cost.

@AryaanSheth
Copy link
Owner Author

Instead of an enum object, Groq handles wrong LLM inputs. Instead a command for getting all the LLMs available on Groq will be made and it is up to the consumer to create the logic should they need it.

@AryaanSheth AryaanSheth linked a pull request Sep 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant