Clay Sheaff

Results 33 comments of Clay Sheaff

This is as close as i can find to the payload structure: https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_Converse.html On the command line one would would do: ``` aws bedrock-runtime converse \ --model-id amazon.titan-text-express-v1 \ --messages...

yes i think so. one could authenticate using environmental variables AWS_SESSION_TOKEN, AWS_SECRET_ACCESS_KEY, AWS_ACCESS_KEY_ID, AWS_REGION ...or just have the user enter them in during config. In my case i have to...

thanks @karthink . I'll try to find some time but it might be tough.