Skip to content

Commit fffa486

Browse files
committed
feat: adding Hyphen AI to the provider ecosystem
1 parent d48dfbc commit fffa486

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/datasets/providers/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import { Harness } from './harness';
1515
import { Hyphen } from './hyphen';
1616
import { Kameleoon } from './kameleoon';
1717
import { LaunchDarkly } from './launchdarkly';
18+
import { Hyphen } from './hyphen';
1819
import { MDBRules } from './mdb-rules';
1920
import { PostHog } from './posthog';
2021
import { Reflag } from './reflag';
@@ -68,6 +69,7 @@ export const PROVIDERS: Provider[] = [
6869
Hypertune,
6970
Kameleoon,
7071
LaunchDarkly,
72+
Hyphen,
7173
MDBRules,
7274
PostHog,
7375
Reflag,

0 commit comments

Comments
 (0)