Browse Source
Fix typo in README
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
1 changed files with
1 additions and
1 deletions
-
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:** |
|
|
|
|
|
|
|