Merge pull request #43 from justinh-rahb/cohere-id-fix

Fix Cohere provider `self.id`
This commit is contained in:
Timothy Jaeryang Baek 2024-06-02 19:11:37 -07:00 committed by GitHub
commit 8b5e0a05e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,8 @@ class Pipeline:
# 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/"