Update README.md
Browse files
README.md
CHANGED
|
@@ -22,12 +22,14 @@ This class wraps around the Chat API to generate code from a goal. One thing wor
|
|
| 22 |
make sure the code generator does not write repetitive code that is present in the library, so we need to inject
|
| 23 |
the function signatures in the library to the system prompts.
|
| 24 |
|
| 25 |
-
|
|
|
|
|
|
|
| 26 |
- `goal`
|
| 27 |
- `code_library`
|
| 28 |
- `memory_files`
|
| 29 |
|
| 30 |
-
*Input Interface Initialized*:
|
| 31 |
- `goal`
|
| 32 |
- `code_library`
|
| 33 |
- `memory_files`
|
|
|
|
| 22 |
make sure the code generator does not write repetitive code that is present in the library, so we need to inject
|
| 23 |
the function signatures in the library to the system prompts.
|
| 24 |
|
| 25 |
+
Please also visit https://huggingface.co/aiflows/ChatFlowModule for more parameter explaination.
|
| 26 |
+
|
| 27 |
+
*Input Interface Non Initialized (i.e. input when the chat is first initialized)*:
|
| 28 |
- `goal`
|
| 29 |
- `code_library`
|
| 30 |
- `memory_files`
|
| 31 |
|
| 32 |
+
*Input Interface Initialized (i.e. input when the chat is already initialized, this happens when we are calling the chat again)*:
|
| 33 |
- `goal`
|
| 34 |
- `code_library`
|
| 35 |
- `memory_files`
|