Skip to content

Commit f02c82a

Browse files
authored
Update main.py
Tweet
1 parent ae45616 commit f02c82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def new_chat(context: ContextTypes.DEFAULT_TYPE):
9898
context.chat_data["chat"] = model.start_chat(
9999
history=[
100100
{"role": "user", "parts": [clean_text]},
101-
{"role": "model", "parts": ["Sure."]},
101+
{"role": "model", "parts": ["Yes, i will do as you say!!!"]},
102102
]
103103
)
104104

0 commit comments

Comments
 (0)