Skip to content

Commit

Permalink
fix: Temporary disable model parameters spreading
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro-v committed Dec 8, 2023
1 parent 2a853a2 commit 5f3cf2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/inference-nitro-extension/src/helpers/sse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export function requestInference(
messages: recentMessages,
model: model.id,
stream: true,
// Model parameters spreading
...model.parameters,
// TODO: Model parameters spreading
// ...model.parameters,
});
fetch(INFERENCE_URL, {
method: "POST",
Expand Down

0 comments on commit 5f3cf2b

Please sign in to comment.