This will help you get started with ChatAbso chat models. For detailed documentation of all ChatAbso features and configurations, head to the API reference.
You can find the full documentation for the Abso router [here] (https://abso.ai)
messages = [ ( "system", "You are a helpful assistant that translates English to French. Translate the user sentence.", ), ("human", "I love programming."),]ai_msg = llm.invoke(messages)ai_msg