Skip to content

Commit

Permalink
refactor(providers): merge local and remote
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Jan 2, 2025
1 parent 6c415ae commit 859e0f2
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/providers/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './local'
export * from './remote'
export * from './providers'
export type * from './types'
export * from './utils'
1 change: 0 additions & 1 deletion packages/providers/src/local/index.ts

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './google-generative-ai'
export * from './ollama'
export * from './openai'
File renamed without changes.
File renamed without changes.

0 comments on commit 859e0f2

Please sign in to comment.