"mmdet/datasets/openimages.py" did not exist on "fdfe3c4f8ba935ae428a8a496ce57755d5b2ea98"
openai_completions__valid_samples-7.snap 241 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
---
source: triton-llm/tests/openai_completions.rs
description: "should have prompt, model, and stop fields"
expression: sample.request
---
{
  "model": "gpt-3.5-turbo",
  "prompt": "What is the meaning of life?",
  "stop": [
    "\n"
  ]
}