-
Notifications
You must be signed in to change notification settings - Fork 23
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
Cerebras exception correction and Gemini installation advice #66
Conversation
Yes, i just wanted to check with @henrytwo if there are any exceptions handled or provided with the cerebras library. Looks good to me. thanks @marklysze for the PR.. |
We have a list of exceptions our SDK could emit here: https://github.com/Cerebras/cerebras-cloud-sdk-python?tab=readme-ov-file#handling-errors But it doesn't look like all of them are listed here. I didn't think about other exceptions we could emit. Let me know if you would like these other exceptions to be handled the same way as you did in this PR too. |
* adds devcontainer setup, docker-compose based * add python via a feature
Why are these changes needed?
Exception
object if Cerebras is not installed. This corrects that.google-generativeai
andvertexai
packages need to be installed. Currently the ImportError message omits thevertexai
requirement. This corrects that.Checks