Skip to content

Commit

Permalink
fix: emit field
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Sep 4, 2023
1 parent dddcb20 commit 37a4dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type TokenNativeEvent = {

export type ContextParams = NativeContextParams

export type CompletionParams = Omit<NativeCompletionParams, 'emit_partial_response'>
export type CompletionParams = Omit<NativeCompletionParams, 'emit_partial_completion'>

export class LlamaContext {
id: number
Expand Down

0 comments on commit 37a4dd9

Please sign in to comment.