We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b35ec commit 1a01163Copy full SHA for 1a01163
1 file changed
frontend/src/utils/request.ts
@@ -108,7 +108,8 @@ class HttpService {
108
assistantStore.getCertificate
109
) {
110
if (
111
- (config.method?.toLowerCase() === 'get' && /\/chat\/\d+$/.test(config.url || '')) ||
+ /* (config.method?.toLowerCase() === 'get' && /\/chat\/\d+$/.test(config.url || '')) || */
112
+ /^\/chat/.test(config.url || '') ||
113
config.url?.includes('/system/assistant/ds')
114
115
await assistantStore.refreshCertificate()
0 commit comments