Skip to content

Commit

Permalink
Merge pull request #43 from justinh-rahb/cohere-id-fix
Browse files Browse the repository at this point in the history
Fix Cohere provider `self.id`
  • Loading branch information
tjbck authored Jun 3, 2024
2 parents 72ed9c5 + 84cfa62 commit 8b5e0a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/pipelines/providers/cohere_manifold_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ def __init__(self):
# Best practice is to not specify the id so that it can be automatically inferred from the filename, so that users can install multiple versions of the same pipeline.
# The identifier must be unique across all pipelines.
# The identifier must be an alphanumeric string that can include underscores or hyphens. It cannot contain spaces, special characters, slashes, or backslashes.
# self.id = "cohere"

self.id = "cohere"

self.name = "cohere/"

Expand Down

0 comments on commit 8b5e0a0

Please sign in to comment.