-
Notifications
You must be signed in to change notification settings - Fork 718
Open
Labels
component:supportHow to do xyz?How to do xyz?status:awaiting user responseAwaiting a response from the authorAwaiting a response from the author
Description
Description of the bug:
IndexError Traceback (most recent call last)
/tmp/ipython-input-3856027315.py in <cell line: 0>()
1 models = [m for m in palm.list_models() if 'generateText' in m.supported_generation_methods]
----> 2 model = models[0].name
3 print(model)
IndexError: list index out of range
Actual vs expected behavior:
No response
Any other information you'd like to share?
No response
Metadata
Metadata
Assignees
Labels
component:supportHow to do xyz?How to do xyz?status:awaiting user responseAwaiting a response from the authorAwaiting a response from the author