File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { APIResponseProps } from "./models" ;
2
- import { AI21Error } from "./Errors " ;
2
+ import { AI21Error } from "./errors " ;
3
3
import { Stream } from "./Streaming" ;
4
4
import { Response } from "node-fetch" ;
5
5
Original file line number Diff line number Diff line change 1
1
import * as Core from "./Core" ;
2
2
import * as Models from "./models" ;
3
3
import { AI21EnvConfig } from "./EnvConfig" ;
4
- import { MissingAPIKeyError } from "./Errors " ;
4
+ import { MissingAPIKeyError } from "./errors " ;
5
5
import { Chat } from "./resources/chat" ;
6
6
7
7
export interface AI21Options {
Original file line number Diff line number Diff line change 1
- import { AI21Error } from "./Errors .js" ;
1
+ import { AI21Error } from "./errors .js" ;
2
2
import { VERSION } from "./version.js" ;
3
3
4
4
import fetch from 'node-fetch' ;
Original file line number Diff line number Diff line change 1
1
export { AI21 } from './Client' ;
2
2
export { VERSION } from './version' ;
3
3
export { RequestOptions } from './models' ;
4
- export { AI21Error , MissingAPIKeyError } from './Errors ' ;
4
+ export { AI21Error , MissingAPIKeyError } from './errors ' ;
5
5
export { Stream } from './Streaming' ;
6
6
export { APIResource } from './APIResource' ;
7
7
export {
You can’t perform that action at this time.
0 commit comments