openai_completions__valid_samples.snap 211 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
---
source: triton-llm/tests/openai_completions.rs
description: should have only prompt and model fields
expression: sample.request
---
{
  "model": "gpt-3.5-turbo",
  "prompt": "What is the meaning of life?"
}