Skip to content

Hardcoded chatdev_prompt_template  #302

@zwilch

Description

@zwilch

There is a hard coded template about the company information:
chatdev_prompt_template = "ChatDev is a software company powered by multiple intelligent agents, such as chief executive officer, chief human resources officer, chief product officer, chief technology officer, etc, with a multi-agent organizational structure and the mission of "changing the digital world through programming"."
in

chatdev_prompt_template = "ChatDev is a software company powered by multiple intelligent agents, such as chief executive officer, chief human resources officer, chief product officer, chief technology officer, etc, with a multi-agent organizational structure and the mission of \"changing the digital world through programming\"."

I want use my onw company and have created a new folder and use "--config". But chatdev_prompt_template is not overrided.
Can it be moved into the ChatChainConfig.json to specifi a new company in the own "--config"?
chatdev_prompt_template comes to "company":" ...." in ChatChainConfig.json

Example CompanyConfig/Default/ChatChainConfig.json

{ "company":"ChatDev is a software company ... .... .... ... ",
  "chain": [
    {
      "phase": "DemandAnalysis",
      "phaseType": "SimplePhase",
      "max_turn_step": -1,
      "need_reflect": "True"
    },

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions