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