Skip to content

Commit

Permalink
add use_stream to model config
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu committed Sep 7, 2023
1 parent dceb7db commit eb66a61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/lib/actions/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const DustProdActionRegistry = createActionRegistry({
model_id: "gpt-4",
function_call: null,
use_cache: false,
use_stream: true,
},
},
},
Expand Down

0 comments on commit eb66a61

Please sign in to comment.