Skip to content

Commit 4ec00f2

Browse files
author
Jicheng Lu
committed
skip loader
1 parent e8ff46f commit 4ec00f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/helpers/http.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ function skipLoader(config) {
6161

6262
const getRegexes = [
6363
new RegExp('http(s*)://(.*?)/address/options(.*?)', 'g'),
64-
new RegExp('http(s*)://(.*?)/conversation/(.*?)/files/(.*?)', 'g')
64+
new RegExp('http(s*)://(.*?)/conversation/(.*?)/files/(.*?)', 'g'),
65+
new RegExp('http(s*)://(.*?)/llm-provider/(.*?)/models', 'g')
6566
];
6667

6768
if (config.method === 'post' && !!config.data && postRegexes.some(regex => regex.test(config.url || ''))) {

0 commit comments

Comments
 (0)