mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-24 14:15:17 +02:00
Merge pull request #1137 from collinzrj/werewolf_game
fix api_version bug
This commit is contained in:
commit
d53d8f7cb1
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