- 在 `AiModelServiceImpl` 中添加 `testLlmConnectivity` 方法,支持不同提供商的连通性测试 - 在 `AiModelController` 中添加 `/llm-connectivity-test` API 端点,用于测试 LLM 模型连通性 - 更新 `AiModelService` 接口以包含新的 `testLlmConnectivity` 方法 - 添加相关单元测试以验证连通性测试功能的正确性 |
||
|---|---|---|
| .. | ||
| design | ||
| src | ||
| pom.xml | ||
- 在 `AiModelServiceImpl` 中添加 `testLlmConnectivity` 方法,支持不同提供商的连通性测试 - 在 `AiModelController` 中添加 `/llm-connectivity-test` API 端点,用于测试 LLM 模型连通性 - 更新 `AiModelService` 接口以包含新的 `testLlmConnectivity` 方法 - 添加相关单元测试以验证连通性测试功能的正确性 |
||
|---|---|---|
| .. | ||
| design | ||
| src | ||
| pom.xml | ||