mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-17 15:35:21 +02:00
remove useless code
This commit is contained in:
parent
bb5f3f8ecf
commit
8a7d96d507
1 changed files with 0 additions and 15 deletions
|
|
@ -88,21 +88,6 @@ class GameEnvironment(BaseModel, arbitrary_types_allowed=True):
|
|||
def core_inv_items_regex(self):
|
||||
return self.mf_instance.core_inv_items_regex
|
||||
|
||||
# @property
|
||||
# def qa_cache_questions_vectordb(self):
|
||||
# return Chroma(
|
||||
# collection_name="qa_cache_questions_vectordb",
|
||||
# embedding_function=OpenAIEmbeddings(),
|
||||
# persist_directory=f"{CKPT_DIR}/curriculum/vectordb",
|
||||
# )
|
||||
|
||||
# @property
|
||||
# def vectordb(self):
|
||||
# return Chroma(
|
||||
# collection_name="skill_vectordb",
|
||||
# embedding_function=OpenAIEmbeddings(),
|
||||
# persist_directory=f"{CKPT_DIR}/skill/vectordb",
|
||||
# )
|
||||
|
||||
def set_mc_port(self, mc_port):
|
||||
self.mf_instance.set_mc_port(mc_port)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue