Skip to content

Commit 759a5ef

Browse files
authored
Remove unused version check (#81)
* Remove unused version check * Submodule change
1 parent 8f59cc4 commit 759a5ef

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

service_overview.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ class Service(Enum):
99
ADMIN_DASHBOARD = "ADMIN_DASHBOARD"
1010
AUTHORIZER = "AUTHORIZER"
1111
CONFIG = "CONFIG"
12-
DOC_OCK = "DOC_OCK"
1312
EMBEDDER = "EMBEDDER"
1413
ENTRY = "ENTRY"
1514
GATEWAY = "GATEWAY"
16-
GATEWAY_PROXY = "GATEWAY_PROXY"
1715
LF_EXEC_ENV = "LF_EXEC_ENV"
1816
ML_EXEC_ENV = "ML_EXEC_ENV"
1917
MODEL_PROVIDER = "MODEL_PROVIDER"
@@ -25,7 +23,6 @@ class Service(Enum):
2523
UPDATER = "UPDATER"
2624
WEAK_SUPERVISOR = "WEAK_SUPERVISOR"
2725
WEBSOCKET = "WEBSOCKET"
28-
ZERO_SHOT = "ZERO_SHOT"
2926
UNKNOWN = "UNKNOWN"
3027

3128

@@ -50,11 +47,6 @@ class Service(Enum):
5047
"link": "https://github.com/code-kern-ai/refinery-config",
5148
"public_repo": True,
5249
},
53-
Service.DOC_OCK: {
54-
"name": "Doc Ock",
55-
"link": "https://github.com/code-kern-ai/refinery-doc-ock",
56-
"public_repo": True,
57-
},
5850
Service.EMBEDDER: {
5951
"name": "Embedder",
6052
"link": "https://github.com/code-kern-ai/refinery-embedder",
@@ -70,11 +62,6 @@ class Service(Enum):
7062
"link": "https://github.com/code-kern-ai/refinery-gateway",
7163
"public_repo": True,
7264
},
73-
Service.GATEWAY_PROXY: {
74-
"name": "Gateway Proxy",
75-
"link": "https://github.com/code-kern-ai/refinery-gateway-proxy",
76-
"public_repo": True,
77-
},
7865
Service.LF_EXEC_ENV: {
7966
"name": "LF Exec Env",
8067
"link": "https://github.com/code-kern-ai/refinery-lf-exec-env",
@@ -130,11 +117,6 @@ class Service(Enum):
130117
"link": "https://github.com/code-kern-ai/refinery-websocket",
131118
"public_repo": True,
132119
},
133-
Service.ZERO_SHOT: {
134-
"name": "Zero Shot",
135-
"link": "https://github.com/code-kern-ai/refinery-zero-shot",
136-
"public_repo": True,
137-
},
138120
Service.UNKNOWN: {
139121
"name": "UNKNOWN",
140122
"link": "https://github.com/code-kern-ai",

0 commit comments

Comments
 (0)