from swarms.models.openai_chat import ChatOpenAI model = ChatOpenAI() print(model("Hello, my name is", 5))