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 e8ff46f commit 4ec00f2Copy full SHA for 4ec00f2
src/lib/helpers/http.js
@@ -61,7 +61,8 @@ function skipLoader(config) {
61
62
const getRegexes = [
63
new RegExp('http(s*)://(.*?)/address/options(.*?)', 'g'),
64
- new RegExp('http(s*)://(.*?)/conversation/(.*?)/files/(.*?)', 'g')
+ new RegExp('http(s*)://(.*?)/conversation/(.*?)/files/(.*?)', 'g'),
65
+ new RegExp('http(s*)://(.*?)/llm-provider/(.*?)/models', 'g')
66
];
67
68
if (config.method === 'post' && !!config.data && postRegexes.some(regex => regex.test(config.url || ''))) {
0 commit comments