Skip to content

Commit

Permalink
Add to tech stack
Browse files Browse the repository at this point in the history
  • Loading branch information
shrir committed Dec 9, 2024
1 parent d7c5c78 commit ad88979
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/components/icps/AgentForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ const stackList = [
{ value: "ComfyUI", label: "ComfyUI" },
{ value: "ONNX", label: "ONNX" },
{ value: "OpenVINO", label: "OpenVINO" },
{ value: "WebSocket", label: "WebSocket" },
{ value: "gRPC", label: "gRPC" },
]
stackList.sort((a, b) => a.label.localeCompare(b.label))

Expand Down
2 changes: 2 additions & 0 deletions src/app/domain/jobs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
"ComfyUI",
"ONNX",
"OpenVINO",
"WebSocket",
"gRPC",
]

tool_name_special_cases = {
Expand Down

0 comments on commit ad88979

Please sign in to comment.