Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
TQuynh109 2026-06-01 11:18:07 +07:00 committed by GitHub
parent 0e7a92a2d5
commit 86c0d35179
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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},
}