We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6617716 commit ab91d25Copy full SHA for ab91d25
scripts/utils.py
@@ -29,7 +29,7 @@
29
LLMS_SH = shutil.which("llms")
30
LLMS_MODEL = os.getenv("LLMS_MODEL", "MiniMax-M2.1")
31
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
+LLMS_ANALYTICS_MODEL = os.getenv("LLMS_ANALYTICS_MODEL", "accounts/fireworks/models/kimi-k2p5") # moonshotai/kimi-k2.5
33
34
if not LLMS_SH:
35
raise RuntimeError("llms command not found in PATH. Please ensure llms is installed and available.")
0 commit comments