Gaurav Arora
Gaurav Arora
--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[21], line 8 4 outputText = "\n" 6 try: ----> 8 response = boto3_bedrock.invoke_model(body=body, modelId=modelId, accept=accept, contentType=contentType) 9 response_body = json.loads(response.get("body").read()) 11...
*Issue #, if available:* 116, 117 *Description of changes:* Bedrock runtime client with right syntax By submitting this pull request, I confirm that you can use, modify, copy, and redistribute...
--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[22], line 4 1 output = [] 2 try: ----> 4 response = boto3_bedrock.invoke_model_with_response_stream(body=body, modelId=modelId, accept=accept, contentType=contentType) 5 stream = response.get('body') 7...