Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
nvms committed Aug 20, 2023
1 parent 2947c2f commit f0a57c6
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,14 +204,13 @@ You can create your own commands by adding them to your settings under `wingman.

// Optional.
systemMessageTemplate: "You are a {{language}} coding assistant.",
// Optional.
numberOfChoices: 1,
// Optional.
model: "gpt-3.5-turbo",
// Optional.
temperature: 0.3,
// Optional.
maxTokens: 4096,
completionParams: {
// Put your provider-specific completion params in here,
// if you want. Sensible defaults are assigned, but you may
// override them here:
// https://platform.openai.com/docs/api-reference/chat/create
// https://docs.anthropic.com/claude/reference/complete_post
},
// Optional.
// This determins what to do with the code that the model generates.
// Possible values:
Expand Down

0 comments on commit f0a57c6

Please sign in to comment.