Skip to content

Commit

Permalink
remove meanProbability from UI
Browse files Browse the repository at this point in the history
  • Loading branch information
TerminalFi committed Jun 18, 2024
1 parent fdaf59b commit 6007f6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugin/ui/panel_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,9 @@ def completion_header_items(completion: CopilotPayloadPanelSolution, view_id: in
{"view_id": view_id, "completion_index": index},
)
),
"<i>Mean Probability: {}</i>".format(completion["score"]),
# Removing this for now. The response still contains `score` however it
# is always zero-value
# "<i>Mean Probability: {}</i>".format(completion["score"]),
]

def open(self) -> None:
Expand Down

0 comments on commit 6007f6d

Please sign in to comment.