Closed vasanthbaburaju closed 1 year ago
The formatted input prompt based on the FM chose resolved the above issue.(sample below for anthropic.claude-v2)
input_formatted_prompt = """
Human:
Human:" {0}"
Assistant:
""".format(input_text)
Hi Team, When running Genai-GA-Demo/amazon-bedrock-workshop/04_Chatbot/00_Chatbot_Claude.ipynb, we are getting the below error
when running cell 8 print_ww(conversation.predict(input="Cool. Will that work with tomatoes?"))
This was running fine on preview & getting this error only for the past 2 days