fixbug: unit test

This commit is contained in:
莘权 马 2024-01-11 23:15:18 +08:00
parent 251352e802
commit 1523a0df81
19 changed files with 152 additions and 82 deletions

View file

@ -55,10 +55,6 @@ class Context(BaseModel):
_llm: Optional[BaseLLM] = None
@property
def file_repo(self):
return self.git_repo.new_file_repository()
@property
def options(self):
"""Return all key-values"""