Skip to content

Commit

Permalink
fix: removed timout from promptrender response type
Browse files Browse the repository at this point in the history
  • Loading branch information
csgulati09 committed Apr 20, 2024
1 parent 19a2cb2 commit 2750f5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apis/generations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ type PromptRenderResponse = {
top_p?: number;
n?: number;
stop_sequences?: string[];
timeout?: number;
functions?: Functions[];
function_call?: string | Functions;
logprobs?: boolean;
Expand Down

0 comments on commit 2750f5d

Please sign in to comment.