openai_completions__valid_samples-10.snap 324 Bytes
Newer Older
1
---
Neelay Shah's avatar
Neelay Shah committed
2
source: dynamo.llm/tests/openai_completions.rs
3
4
5
6
7
8
9
10
11
12
13
description: "should have prompt, model, and logit_bias fields with the logits_bias having two key/value pairs"
expression: sample.request
---
{
  "model": "gpt-3.5-turbo",
  "prompt": "What is the meaning of life?",
  "logit_bias": {
    "1337": -100,
    "42": 100
  }
}