Skip to content

Commit

Permalink
docs: Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Jul 20, 2023
1 parent f8c2d5b commit c08bb53
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ var response = await api.CompleteAsync(new CreateCompletionRequest
Prompt = "Once upon a time".AsPrompt(),
Max_tokens_to_sample = 250,
});
response.Model.Should().Be(ModelIds.ClaudeInstant);
response.Completion.Should().NotBeNullOrEmpty();
response.Stop_reason.Should().Be(CreateCompletionResponseStop_reason.Stop_sequence);
Console.WriteLine(response.Completion);
```

## Support
Expand Down

0 comments on commit c08bb53

Please sign in to comment.