complete()
chat()
resp = llm.complete("Hello world") resp = llm.chat([ChatMessage(role="user", content="Hello world")])