Skip to content

Commit 5cba8ee

Browse files
committed
Rename providers/fake-provider.ts to providers/fake-ai.ts
1 parent 62a03ad commit 5cba8ee

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { ApiStream } from "./transform/stream"
2020
import { UnboundHandler } from "./providers/unbound"
2121
import { RequestyHandler } from "./providers/requesty"
2222
import { HumanRelayHandler } from "./providers/human-relay"
23-
import { FakeAIHandler } from "./providers/fake-provider"
23+
import { FakeAIHandler } from "./providers/fake-ai"
2424

2525
export interface SingleCompletionHandler {
2626
completePrompt(prompt: string): Promise<string>

0 commit comments

Comments
 (0)