Change the model type
LeMUR features the following LLMs:- Claude 3.5 Sonnet
- Claude 3 Opus
- Claude 3 Haiku
- Claude 3 Sonnet
- Claude 2.1 (Legacy - sunsetting on 02/06/25)
- Claude 2 (Legacy - sunsetting on 02/06/25)
final_model parameter.
You can find more information on pricing for each model .
Change the maximum output size
You can change the maximum output size in tokens by specifying themax_output_size parameter. Up to 4000 tokens are allowed.
Change the temperature
You can change the temperature by specifying thetemperature parameter, ranging from 0.0 to 1.0.
Higher values result in answers that are more creative, lower values are more conservative.
Send customized input
You can submit custom text inputs to LeMUR without transcript IDs. This allows you to customize the input, for example, you could include the speaker labels for the LLM. To submit custom text input, use theinput_text parameter on aai.Lemur().task().