From 86c0d35179ccc6627b42e27553532c8e9fbe2c9e Mon Sep 17 00:00:00 2001 From: TQuynh109 <118502355+TQuynh109@users.noreply.github.com> Date: Mon, 1 Jun 2026 11:18:07 +0700 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- backend/app/utils/llm_cost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/utils/llm_cost.py b/backend/app/utils/llm_cost.py index a213e380..3c2a690d 100644 --- a/backend/app/utils/llm_cost.py +++ b/backend/app/utils/llm_cost.py @@ -24,7 +24,7 @@ MODEL_COSTS_PER_1M_TOKENS: Dict[str, Dict[str, float]] = { "Qwen/Qwen3.5-27B": {"input": 0.5, "output": 3.0}, "Qwen/Qwen3.6-27B": {"input": 0.5, "output": 3.0}, "gemini-3-flash": {"input": 0.5, "output": 3.0}, - "Qwen/Qwen3.6-27B-FP8 ": {"input": 0.5, "output": 3.0}, + "Qwen/Qwen3.6-27B-FP8": {"input": 0.5, "output": 3.0}, }