Skip to content

Commit 919686f

Browse files
committed
update prompt
1 parent 7ee9202 commit 919686f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/ai-analytics/src/lib/dimensions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const fetchAvailableDimensions = async () => {
1616
groupUniqArray(environment) as environment,
1717
groupUniqArray(model) as model,
1818
groupUniqArray(provider) as provider
19-
FROM llm_events WHERE timestamp > now() - interval '1 day' FORMAT JSON
19+
FROM llm_events WHERE timestamp > now() - interval '1 month' FORMAT JSON
2020
`;
2121

2222
// URL encode the query

0 commit comments

Comments
 (0)