Skip to content

Commit

Permalink
[hotfix][Doc] fix spelling error in Al model docs. (#3764)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvyanquan authored Nov 27, 2024
1 parent 06154e9 commit 3fd4cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content.zh/docs/core-concept/transform.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,15 +368,15 @@ 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
- model-name: GET_EMBEDDING
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`.
Expand Down

0 comments on commit 3fd4cb6

Please sign in to comment.