mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
fix api_version bug
This commit is contained in:
parent
7c2143dc5f
commit
b2ed596e6f
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ EMB_FN = embedding_functions.OpenAIEmbeddingFunction(
|
|||
api_base=CONFIG.openai_api_base,
|
||||
api_type=CONFIG.openai_api_type,
|
||||
model_name="text-embedding-ada-002",
|
||||
api_version="2",
|
||||
# api_version="2",
|
||||
)
|
||||
|
||||
class AddNewExperiences(Action):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue