utils#

Classes

utils.ContentHandlerBase()

A handler class to transform input from LLM and BaseChatModel to a

Functions

utils.anthropic_tokens_supported()

Check if all requirements for Anthropic count_tokens() are met.

utils.create_aws_client(service_name[,Β ...])

Helper function to validate AWS credentials and create an AWS client.

utils.enforce_stop_tokens(text,Β stop)

Cut off the text as soon as any stop words occur.

utils.get_num_tokens_anthropic(text)

Get the number of tokens in a string of text.

utils.get_token_ids_anthropic(text)

Get the token ids for a string of text.

utils.thinking_in_params(params)

Check if the thinking parameter is enabled in the request.