Skip to content

Commit 9370590

Browse files
authored
Merge pull request #3 from nicain/sasha-gitg-patch-1
Update chat.py
2 parents 9e3e8f3 + 5fc94e1 commit 9370590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generativeai/chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
def science_tutoring(temperature=.2):
2020

21-
chat_model = ChatModel.from_pretrained("google/chat-bison-001")
21+
chat_model = ChatModel.from_pretrained("chat-bison@001")
2222
parameters = {
2323
"temperature": temperature,
2424
"max_output_tokens": 256,

0 commit comments

Comments
 (0)