File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -91,9 +91,6 @@ class LlmManager {
91
91
maxSteps : 10 ,
92
92
tools : chatToolSet ,
93
93
maxTokens : 64000 ,
94
- headers : {
95
- 'anthropic-beta' : 'output-128k-2025-02-19' ,
96
- } ,
97
94
onStepFinish : ( { toolResults } ) => {
98
95
for ( const toolResult of toolResults ) {
99
96
this . emitMessagePart ( toolResult ) ;
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ async function getAnthropicProvider(
46
46
config . headers = {
47
47
Authorization : `Bearer ${ authTokens . accessToken } ` ,
48
48
'X-Onlook-Request-Type' : payload . requestType ,
49
+ 'anthropic-beta' : 'output-128k-2025-02-19' ,
49
50
} ;
50
51
}
51
52
Original file line number Diff line number Diff line change 1
1
{
2
2
"productName" : " Onlook" ,
3
3
"name" : " @onlook/studio" ,
4
- "version" : " 0.2.26 " ,
4
+ "version" : " 0.2.27 " ,
5
5
"homepage" : " https://onlook.com" ,
6
6
"main" : " dist-electron/main/index.js" ,
7
7
"description" : " The first-ever devtool for designers" ,
You can’t perform that action at this time.
0 commit comments