Skip to content

Commit

Permalink
gm
Browse files Browse the repository at this point in the history
  • Loading branch information
IkigaiLabsETH committed Dec 20, 2024
1 parent 95d8b9a commit db3a0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type IAgentRuntime = any;
type ICacheManager = any;
type IDatabaseAdapter = any;
type IDatabaseCacheAdapter = any;
type ModelProvider = typeof ModelProviderName;
type ModelProvider = ModelProviderName;

import { PostgresDatabaseAdapter } from "@ai16z/adapter-postgres";
import { SqliteDatabaseAdapter } from "@ai16z/adapter-sqlite";
Expand Down

0 comments on commit db3a0d6

Please sign in to comment.