Fixed minor grammatical issues in documentation: Interface Types (#648)

This commit is contained in:
Raghav Tyagi
2023-09-24 22:17:47 +05:30
committed by GitHub
parent 77e1983b2e
commit dc206c0999

View File

@@ -36,7 +36,7 @@ print(naval_chat_bot.chat("what did the author say about happiness?"))
#### Dry Run
Dry Run is an option in the `add`, `query` and `chat` methods that allows the user to displays the data chunks and their constructed prompt which is not send to the LLM, to save money. It's used for [testing](/advanced/testing#dry-run).
Dry Run is an option in the `add`, `query` and `chat` methods that allows the user to display the data chunks and their constructed prompt which is not sent to the LLM, to save money. It's used for [testing](/advanced/testing#dry-run).
### Stream Response