Fix incorrect field name in MLflow AI Gateway config example (#7983)

This commit is contained in:
Harutaka Kawamura 2023-07-20 22:24:59 +09:00 committed by GitHub
parent 19e8472521
commit 4a5894db47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ Create a configuration file:
```yaml
routes:
- name: completions
type: llm/v1/completions
route_type: llm/v1/completions
model:
provider: openai
name: text-davinci-003
@ -29,7 +29,7 @@ routes:
openai_api_key: $OPENAI_API_KEY
- name: embeddings
type: llm/v1/embeddings
route_type: llm/v1/embeddings
model:
provider: openai
name: text-embedding-ada-002