We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f1ff1 commit 51b55c2Copy full SHA for 51b55c2
1 file changed
langfuse/extract_model.py
@@ -74,6 +74,7 @@ def _extract_model_name(
74
("VLLM", "model", None),
75
("Xinference", "model_uid", None),
76
("ChatOCIGenAI", "model_id", None),
77
+ ("DeepInfra", "model_id", None),
78
]
79
80
for model_name, pattern, default in models_by_pattern:
0 commit comments