File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
- { "engineHash" : " afd7974" , "specHash" : " 63d1af0 " , "version" : " 0.5.3" }
1
+ { "engineHash" : " afd7974" , "specHash" : " a8c36df " , "version" : " 0.5.3" }
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ export class AiManager {
135
135
readonly [ key : string ] : string ;
136
136
} = prepareParams ( { ...{ } , ...headers . extraHeaders } ) ;
137
137
const response : FetchResponse = ( await fetch (
138
- '' . concat ( this . networkSession . baseUrls . baseUrl , '/v2/ ai/ask' ) as string ,
138
+ '' . concat ( this . networkSession . baseUrls . baseUrl , '/ai/ask' ) as string ,
139
139
{
140
140
method : 'POST' ,
141
141
headers : headersMap ,
@@ -163,10 +163,7 @@ export class AiManager {
163
163
readonly [ key : string ] : string ;
164
164
} = prepareParams ( { ...{ } , ...headers . extraHeaders } ) ;
165
165
const response : FetchResponse = ( await fetch (
166
- '' . concat (
167
- this . networkSession . baseUrls . baseUrl ,
168
- '/v2/ai/text_gen'
169
- ) as string ,
166
+ '' . concat ( this . networkSession . baseUrls . baseUrl , '/ai/text_gen' ) as string ,
170
167
{
171
168
method : 'POST' ,
172
169
headers : headersMap ,
You can’t perform that action at this time.
0 commit comments