Skip to content

Commit

Permalink
Update integrations/cohere/src/haystack_integrations/components/gener…
Browse files Browse the repository at this point in the history
…ators/cohere/generator.py

Co-authored-by: Daria Fokina <[email protected]>
  • Loading branch information
agnieszka-m and dfokina authored Aug 8, 2024
1 parent 8c845c6 commit abbb370
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class CohereGenerator(CohereChatGenerator):
NOTE: Cohere discontinued the `generate` API, so this generator is a mere wrapper
around `CohereChatGenerator` provided for backward compatibility.
### Example usage
### Usage example
```python
from haystack_integrations.components.generators.cohere import CohereGenerator
Expand Down

0 comments on commit abbb370

Please sign in to comment.