[hotfix][Doc] fix spelling error in Al model docs. (#3764)

pull/3769/head
Kunni 2 months ago committed by GitHub
parent 06154e9674
commit 3fd4cb645d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -368,7 +368,7 @@ pipeline:
model:
- model-name: CHAT
class-name: OpenAIChatModel
openai.model: text-embedding-3-small
openai.model: gpt-4o-mini
openai.host: https://xxxx
openai.apikey: abcd1234
openai.chat.prompt: please summary this
@ -376,7 +376,7 @@ pipeline:
class-name: OpenAIEmbeddingModel
openai.model: text-embedding-3-small
openai.host: https://xxxx
openai.apiKky: abcd1234
openai.apikey: abcd1234
```
Note:
* `model-name` is a common required parameter for all support models, which represent the function name called in `projection` or `filter`.

Loading…
Cancel
Save