aws-samples / bedrock-access-gateway

OpenAI-Compatible RESTful APIs for Amazon Bedrock
MIT No Attribution
224 stars 46 forks source link

Cohere Command R Support #12

Closed kawataki-yoshika closed 4 months ago

kawataki-yoshika commented 4 months ago

Are there any plans to support Cohere Command R in the model for chat?

daixba commented 4 months ago

There is currently no urgent plan to support this. Will update once it's ready.

daixba commented 4 months ago

@kawataki-yoshika Cohere Command R/R+ is now supported. Please follow the upgrade steps to use the new feature.

kawataki-yoshika commented 4 months ago

@daixba Thank you. I will try it right away.

daixba commented 4 months ago

Just a note that the default "top_p" is set to 1.0 if not provided, however, Command R/R+ can not accept 1.0 as top_p, so you should set that (to < 1.0, like "top_p": 0.5 ) explicitly in your request.

daixba commented 4 months ago

Close for no updates