We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9ebca commit 86cac44Copy full SHA for 86cac44
sdk/src/impl/llm.ts
@@ -5,9 +5,7 @@ import {
5
getLiveUserInputIds,
6
} from '@codebuff/agent-runtime/live-user-inputs'
7
import { getByokOpenrouterApiKeyFromEnv } from '../env'
8
-import {
9
- BYOK_OPENROUTER_HEADER,
10
-} from '@codebuff/common/constants/byok'
+import { BYOK_OPENROUTER_HEADER } from '@codebuff/common/constants/byok'
11
import { models, PROFIT_MARGIN } from '@codebuff/common/old-constants'
12
import { buildArray } from '@codebuff/common/util/array'
13
import { getErrorObject } from '@codebuff/common/util/error'
@@ -115,7 +113,6 @@ function getProviderOptions(params: {
115
113
client_id: clientSessionId,
116
114
...(n && { n }),
117
},
118
- transforms: ['middle-out'],
119
provider: providerConfig,
120
121
}
0 commit comments