solve conflict

This commit is contained in:
geekan 2023-12-23 19:37:23 +08:00
parent 1df49b82e4
commit a44a46ad29
6 changed files with 50 additions and 67 deletions

View file

@ -55,7 +55,7 @@ class WriteContent(Action):
name: str = "WriteContent"
llm: BaseGPTAPI = Field(default_factory=LLM)
directory: str = ""
directory: dict = dict()
language: str = "Chinese"
async def run(self, topic: str, *args, **kwargs) -> str: