mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-07 01:02:55 +08:00
perf: runtime performance (#6665)
* perf: runtime performance * add stringify trace * remove trace val * remove trace val * remove logger * remove logger * add test * add log
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
import type { ApiRequestProps, ApiResponseType } from '@fastgpt/service/type/next';
|
||||
import { NextAPI } from '@/service/middleware/entry';
|
||||
import type {
|
||||
ApiKeyHealthResponseType
|
||||
} from '@fastgpt/global/openapi/support/openapi/api';
|
||||
import {
|
||||
ApiKeyHealthParamsSchema
|
||||
} from '@fastgpt/global/openapi/support/openapi/api';
|
||||
import type { ApiKeyHealthResponseType } from '@fastgpt/global/openapi/support/openapi/api';
|
||||
import { ApiKeyHealthParamsSchema } from '@fastgpt/global/openapi/support/openapi/api';
|
||||
import { MongoOpenApi } from '@fastgpt/service/support/openapi/schema';
|
||||
import { useIPFrequencyLimit } from '../../../../../../../packages/service/common/middle/reqFrequencyLimit';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user