Skip to content

Commit

Permalink
Update cohere.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgeyucel authored Jan 29, 2024
1 parent 2cae220 commit 7c3074e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/cohere.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ pipe.run({
})
```

Similar to the above example, you can also use `CohereChatGenerator` to use cohere chat models in your pipeline.
Similar to the above example, you can also use [`CohereChatGenerator`](https://docs.haystack.deepset.ai/v2.0/docs/coherechatgenerator) to use Cohere `/chat` models and features (streaming, connectors) in your pipeline.

```python
from haystack import Pipeline
Expand Down

0 comments on commit 7c3074e

Please sign in to comment.