Skip to content

Commit

Permalink
feat: add the apiModel to keyConfiguration.
Browse files Browse the repository at this point in the history
  • Loading branch information
guangzhengli committed Jun 28, 2023
1 parent 7529ab3 commit 018f86d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export interface LlamaIndex {
export interface KeyConfiguration {
apiType?: ModelType;
apiKey?: string;
apiModel?: string;
azureApiKey?: string;
azureInstanceName?: string;
azureApiVersion?: string;
Expand Down

0 comments on commit 018f86d

Please sign in to comment.