mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-08-17 15:06:56 +00:00
Update description
This commit is contained in:
parent
9a77ab9331
commit
218bda0a06
@ -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…
Reference in New Issue
Block a user