Skip to content

Commit 1d5986d

Browse files
authored
chore: remove useless model (#750)
* chore: remove useless model * chore: fix ci * chore: fix ci * chore: fix ci
1 parent 4f11999 commit 1d5986d

File tree

3 files changed

+2
-48
lines changed

3 files changed

+2
-48
lines changed

server/agent/llm/clients/deepseek.py

Lines changed: 0 additions & 46 deletions
This file was deleted.

server/insight/router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def get_pr_insight(repo_name: str):
5555

5656

5757
@router.get("/contributor/statistics")
58-
def get_pr_insight(repo_name: str):
58+
def get_contributor_insight(repo_name: str):
5959
try:
6060
result = get_contributor_data(repo_name)
6161
return {

server/insight/service/overview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import List, Optional
1+
from typing import Optional
22
from github import Github
33

44
g = Github()

0 commit comments

Comments
 (0)