Skip to content

Commit f370f5a

Browse files
authored
Fix: fix comments generative-ai-python/google/generativeai/__init__.py which give wrong usage. (#52)
1 parent 3b4e9fb commit f370f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/generativeai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
Use `palm.get_model` to get details if you know a model's name:
5454
5555
```
56-
model = palm.get_model('chat-bison-001') # 🦬
56+
model = palm.get_model('models/chat-bison-001') # 🦬
5757
```
5858
5959
Use `palm.list_models` to discover models:

0 commit comments

Comments
 (0)