-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Formatting Guess_the_shape.ipynb.ipynb Notebook #654
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
base: main
Are you sure you want to change the base?
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
View / edit / reply to this conversation on ReviewNB andycandy commented on 2025-04-04T16:39:10Z Line #3. model = MODEL_ID, As @giom V. mentioned, function params don't need extra spaces, so it should always be be: response = client.models.generate_content( model=MODEL_ID, contents=contents, config=config ) |
This notebook was already migrated a few weeks ago, you might need to rename this PR to something more appropriate. |
View / edit / reply to this conversation on ReviewNB Giom-V commented on 2025-04-07T12:34:56Z Line #2. contents = [ Nit: can you add a line line between the import and the code? |
View / edit / reply to this conversation on ReviewNB Giom-V commented on 2025-04-07T12:36:11Z I think we should keep |
@Giom-V Thanks for the Review ;) |
No description provided.