def create()

in aidial_adapter_bedrock/llm/model/cohere.py [0:0]


    def create(cls, client: Bedrock, model: str):
        return cls(
            client=client,
            model=model,
            tokenize_string=default_tokenize_string,
            chat_emulator=cohere_emulator,
            tools_emulator=default_tools_emulator,
            partitioner=trivial_partitioner,
        )