logo
OpenAI
repo-copy-icon

copied

Browse Source

Fix typo in README

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
Jael Gu 1 year ago
parent
commit
fd1af35104
  1. 2
      README.md

2
README.md

@ -40,7 +40,7 @@ answer = p(messages).get()[0]
Create the operator via the following factory method: 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:** **Parameters:**

Loading…
Cancel
Save