| 1 | import { withoutRole } from "src/lib/auth"; |
| 2 | import { isChatEnable } from "src/lib/isChatEnable"; |
| 3 | import { createInferenceClient } from "src/lib/oasst_inference_client"; |
| 4 | import { InferencePostPrompterMessageParams } from "src/types/Chat"; |
nothing calls this directly
no test coverage detected