From 14d98018e1612b9684fb41f27eee49fc6b790e54 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Thu, 2 Nov 2023 08:09:01 -0400 Subject: [PATCH] modified: app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index e2a80e5..80442ef 100644 --- a/app.py +++ b/app.py @@ -170,7 +170,7 @@ def chat_claude(username, room, message, model_name="anthropic.claude-v2"): chat_history += f"Human: {msg.username}: {msg.content}\n\n" # append the new message. - chat_history += f"Human: {username}: {message}\n\nAssistant:" + chat_history += f"Human: {username}: {message}\n\nAssistant: {model_name}: " # Initialize the Bedrock client using boto3 and profile name. if profile_name: