Skip to content

Commit 0052b3f

Browse files
committed
docs: Fix readme format
1 parent 095f0de commit 0052b3f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -136,16 +136,8 @@ The `llmConnector` attribute is added to the Block that you are keen to integrat
136136
| `outputType` | string | `chunk` | Output type for the LLM response (`character`, `chunk` or `full`). If set to `character` or `chunk`, output will be streamed by character or chunk respectively. If set to `full`, then the output will be sent fully in one go. |
137137
| `outputSpeed` | number | `30` | Output speed in milliseconds (applicable only if `outputType` is set to `character` or `chunk`). |
138138
| `historySize` | number | `0` | Default number of messages from chat history to include when sending messages to LLMs. |
139-
140-
141-
142139
| `initialMessage` | string | "" | Initial message to send in the chat. |
143140
| `errorMessage` | string | `Unable to get response, please try again.` | Error message shown on failure to fetch a response. |
144-
145-
146-
147-
148-
149141
| `stopConditions` | object | null | An object containing possible stop conditions to end an LLM conversation (more information on stopConditions [**here**](#ending-llm-conversations)). |
150142

151143
#### LLM Providers

0 commit comments

Comments
 (0)