mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 20:12:55 +01:00
Update description
This commit is contained in:
parent
9a77ab9331
commit
218bda0a06
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ class OpenAISettings(BaseModel):
|
||||||
embedding_api_key: str
|
embedding_api_key: str
|
||||||
embedding_model: str = Field(
|
embedding_model: str = Field(
|
||||||
"text-embedding-ada-002",
|
"text-embedding-ada-002",
|
||||||
description="OpenAI Model to use. Example: 'gpt-4'.",
|
description="OpenAI embedding Model to use. Example: 'text-embedding-3-large'.",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue