Skip to content

Commit

Permalink
✨ feat(model): 优化模型提供服务
Browse files Browse the repository at this point in the history
- 移除调试日志代码
- 保持模型选择服务代码整洁
  • Loading branch information
littleCareless committed Feb 11, 2025
1 parent 9ccb51a commit ff9c098
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/services/ModelPickerService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ export class ModelPickerService {
}
);

console.log("1111");

// 如果所有provider都失败了,显示错误
if (modelsMap.size === 0) {
if (errors.length > 0) {
Expand Down

0 comments on commit ff9c098

Please sign in to comment.