From fd1af351047bb45b58e8eaff7688d79c6571a92f Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Wed, 7 Jun 2023 15:47:43 +0800 Subject: [PATCH] Fix typo in README Signed-off-by: Jael Gu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6dc003..882341b 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ answer = p(messages).get()[0] Create the operator via the following factory method: -***chatbot.openai(model_name: str, api_key: str)*** +***LLM.OpenAI(model_name: str, api_key: str)*** **Parameters:**