Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
remove completionApiBuilder from index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AlephNotation committed Aug 19, 2024
1 parent 75d032a commit d37a903
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Browser, Page } from "./browser";
import { AgentBrowser } from "./agentBrowser";
import { Logger } from "./utils";
import { Inventory } from "./inventory";
import { completionApiBuilder, makeAgent } from "./agent";
import { makeAgent } from "./agent";
import { setupServer } from "./server";
import { Nolita } from "./nolita";

Expand All @@ -26,7 +26,6 @@ export {
AgentBrowser,
Logger,
Inventory,
completionApiBuilder,
setupServer,
makeAgent,
ModelResponseSchema,
Expand Down

0 comments on commit d37a903

Please sign in to comment.