Update README.md
Browse files
README.md
CHANGED
@@ -98,7 +98,7 @@ This class controls the execution of the CodeWriterFlow.
|
|
98 |
- `command`
|
99 |
- `command_args`
|
100 |
|
101 |
-
*
|
102 |
- `backend`: the backend used to call the LLM.
|
103 |
- `commands`: a list of commands that the controller can use.
|
104 |
- `system_message_prompt_template`: the template of the system message prompt.
|
|
|
98 |
- `command`
|
99 |
- `command_args`
|
100 |
|
101 |
+
*Configuration Parameters*:
|
102 |
- `backend`: the backend used to call the LLM.
|
103 |
- `commands`: a list of commands that the controller can use.
|
104 |
- `system_message_prompt_template`: the template of the system message prompt.
|