mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 08:03:39 +00:00
DOCS: Fix typo/line break in python code (#13708)
This commit is contained in:
parent
5b90fe5b1c
commit
14d4fb98fc
@ -26,8 +26,7 @@ As shown, the evaluator sees that the user is increasingly frustrated, indicatin
|
||||
The user feedback is inferred by custom `RunEvaluator`. This evaluator is called using the `EvaluatorCallbackHandler`, which run it in a separate thread to avoid interfering with the chat bot's runtime. You can use this custom evaluator on any compatible chat bot by calling the following function on your LangChain object:
|
||||
|
||||
```python
|
||||
my_chain
|
||||
.with_config(
|
||||
my_chain.with_config(
|
||||
callbacks=[
|
||||
EvaluatorCallbackHandler(
|
||||
evaluators=[
|
||||
|
Loading…
Reference in New Issue
Block a user