--- source: triton-llm/tests/openai_completions.rs description: "should have prompt, model, and top_p fields" expression: sample.request --- { "model": "gpt-3.5-turbo", "prompt": "What is the meaning of life?", "top_p": 0.0 }