ai service methods
This commit is contained in:
parent
3bf34cc652
commit
9099d36108
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ export default class AiService extends BaseService {
|
|||
},
|
||||
);
|
||||
|
||||
return r.json();
|
||||
return r.text();
|
||||
}
|
||||
|
||||
async getDetailedSummary(
|
||||
|
|
@ -37,7 +37,7 @@ export default class AiService extends BaseService {
|
|||
},
|
||||
);
|
||||
|
||||
return r.json();
|
||||
return r.text();
|
||||
}
|
||||
|
||||
async getSearchFilters(query: string): Promise<Record<string, any>> {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue