Skip to content

Commit

Permalink
feat(cohere_command_light): support for command light
Browse files Browse the repository at this point in the history
  • Loading branch information
massi-ang authored and bigadsoleiman committed Nov 22, 2023
1 parent 6229b4b commit cb75134
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,6 @@ def get_prompt(self):


# Register the adapter
registry.register(r"^bedrock.cohere.command-text*", BedrockCohereCommandAdapter)
registry.register(
r"^bedrock\.cohere\.command-(text|light-text).*", BedrockCohereCommandAdapter
)

0 comments on commit cb75134

Please sign in to comment.