Skip to content

Commit ab91d25

Browse files
committed
Update utils.py
1 parent 6617716 commit ab91d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
LLMS_SH = shutil.which("llms")
3030
LLMS_MODEL = os.getenv("LLMS_MODEL", "MiniMax-M2.1")
3131
LLMS_TECH_MODEL = os.getenv("LLMS_TECH_MODEL", "glm-4.7")
32-
LLMS_ANALYTICS_MODEL = os.getenv("LLMS_ANALYTICS_MODEL", "moonshotai/kimi-k2.5") # moonshotai/kimi-k2.5
32+
LLMS_ANALYTICS_MODEL = os.getenv("LLMS_ANALYTICS_MODEL", "accounts/fireworks/models/kimi-k2p5") # moonshotai/kimi-k2.5
3333

3434
if not LLMS_SH:
3535
raise RuntimeError("llms command not found in PATH. Please ensure llms is installed and available.")

0 commit comments

Comments
 (0)