Skip to content

Commit

Permalink
fix: deploy.py services list (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatovFedor authored Dec 20, 2023
1 parent f44a6f5 commit 7f1980c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/deploy/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def deploy(bot: Bot):
deployment_dict=gen_deployment_dict(
4249,
{
"combined-classification": gen_proxy(8087),
"ranking-based-response-selector": {"ports": ["8002:8002"]},
"sentence-ranker": gen_proxy(8128),
"openai-api-chatgpt": {"ports": ["8145:8145"]},
"openai-api-davinci3": {"ports": ["8131:8131"]},
Expand All @@ -102,6 +102,7 @@ def deploy(bot: Bot):
"openai-api-chatgpt-16k": {"ports": ["8167:8167"]},
"anthropic-api-claude-v1": {"ports": ["8164:8164"]},
"anthropic-api-claude-instant-v1": {"ports": ["8163:8163"]},
"dff-universal-prompted-skill": {"ports": ["8147:8147"]},
"mongo": {
"volumes": [{"type": "bind", "source": "/home/ubuntu/mongo", "target": "/data/db"}],
"deploy": {"placement": {"constraints": ["node.role == manager"]}},
Expand Down

0 comments on commit 7f1980c

Please sign in to comment.