Skip to content

Commit

Permalink
Client name
Browse files Browse the repository at this point in the history
  • Loading branch information
BeatrixCohere committed Aug 13, 2024
1 parent 208fd40 commit b843503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/backend/model_deployments/cohere_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class CohereDeployment(BaseDeployment):
"""Cohere Platform Deployment."""

client_name = "cohere-toolkit"
client_name = "cohere-eno"
api_key = Settings().deployments.cohere_platform.api_key

def __init__(self, **kwargs: Any):
Expand Down
2 changes: 1 addition & 1 deletion src/backend/model_deployments/single_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class SingleContainerDeployment(BaseDeployment):
"""Single Container Deployment."""

client_name = "cohere-toolkit"
client_name = "cohere-eno"
config = Settings().deployments.single_container
default_url = config.url
default_model = config.model
Expand Down

0 comments on commit b843503

Please sign in to comment.