Skip to content

Commit 6c3d4a6

Browse files
authored
Removes record ide from service overview (#89)
1 parent fe9d039 commit 6c3d4a6

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

service_overview.py

-6
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ class Service(Enum):
1616
ML_EXEC_ENV = "ML_EXEC_ENV"
1717
MODEL_PROVIDER = "MODEL_PROVIDER"
1818
NEURAL_SEARCH = "NEURAL_SEARCH"
19-
RECORD_IDE_ENV = "RECORD_IDE_ENV"
2019
REFINERY = "REFINERY"
2120
TOKENIZER = "TOKENIZER"
2221
UI = "UI"
@@ -82,11 +81,6 @@ class Service(Enum):
8281
"link": "https://github.com/code-kern-ai/refinery-neural-search",
8382
"public_repo": True,
8483
},
85-
Service.RECORD_IDE_ENV: {
86-
"name": "Record IDE Env",
87-
"link": "https://github.com/code-kern-ai/refinery-record-ide-env",
88-
"public_repo": True,
89-
},
9084
Service.REFINERY: {
9185
"name": "Refinery",
9286
"link": "https://github.com/code-kern-ai/refinery",

0 commit comments

Comments
 (0)