Skip to content

Commit 87fe0c9

Browse files
committed
remove unnecessary props
1 parent 32ea72c commit 87fe0c9

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

components/openrouter/actions/send-chat-completion-request/send-chat-completion-request.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,6 @@ export default {
155155
topA: this.topA && parseFloat(this.topA),
156156
transforms: this.transforms,
157157
models: this.models,
158-
provider: this.provider,
159-
reasoning: this.reasoning,
160158
};
161159
if (this.sort) {
162160
data.provider = {

components/openrouter/actions/send-completion-request/send-completion-request.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ export default {
154154
topA: this.topA && parseFloat(this.topA),
155155
transforms: this.transforms,
156156
models: this.models,
157-
provider: this.provider,
158-
reasoning: this.reasoning,
159157
};
160158
if (this.sort) {
161159
data.provider = {

0 commit comments

Comments
 (0)