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