Skip to content

Commit 160a578

Browse files
committed
export models from index
1 parent 1bda740 commit 160a578

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { LLMChat } from './chat/index.js'
22
import { ConfigOptions } from './userTypes/index.js'
3+
export * from './models.js'
34
export * from './userTypes/index.js'
45

56
// Extract the public interface from OpenAI, including both properties and methods

0 commit comments

Comments
 (0)