Skip to content

Commit

Permalink
fix: completionParams
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Feb 2, 2023
1 parent 82e89b3 commit dc4997d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chatgpt-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class ChatGPTAPI {
protected _apiBaseUrl: string
protected _debug: boolean

protected _completionParams: types.openai.CompletionParams
protected _completionParams: Omit<types.openai.CompletionParams, 'prompt'>
protected _maxModelTokens: number
protected _maxResponseTokens: number
protected _userLabel: string
Expand Down

0 comments on commit dc4997d

Please sign in to comment.