Skip to content

Commit

Permalink
chore: add omniparser and webtop to app service metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
av committed Nov 17, 2024
1 parent b8ef53c commit 45b1a8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/serviceMetadata.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,5 +211,11 @@ export const serviceMetadata: Record<string, Partial<HarborService>> = {
},
promptfoo: {
tags: [HST.satellite, HST.cli],
},
webtop: {
tags: [HST.satellite],
},
omniparser: {
tags: [HST.satellite],
}
};

0 comments on commit 45b1a8c

Please sign in to comment.