File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dashboard/ai-analytics/src/app/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,9 +79,9 @@ export default function CostPredictionModal({
7979
8080 // Example queries that users can select
8181 const exampleQueries = [
82- "Show me cost for Anthropic grouped by project " ,
83- "Filter by organization quantum_systems and show costs for last 3 months " ,
84- "Cost for OpenAI provider in production environment in last month" ,
82+ "Show me cost for Anthropic grouped by organization " ,
83+ "Filter by organization quantum_systems and show costs for last week " ,
84+ "Cost for OpenAI provider in production environment in last month group by model " ,
8585 "How would costs change if we use Claude 3 Opus at $0.00003 per prompt token and $0.00015 per completion token?"
8686 ] ;
8787
You can’t perform that action at this time.
0 commit comments