All notable changes to the "worldspider" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Comments
- Alternate base paths for openAI API
- Support for chat models like gpt-3.5-turbo and gpt-4
- Generated text is highlighted in the editor (can be disabled with
worldspider.highlightModelText
setting) - Added customizable model operations
- Token hover shows counterfactual logprobs if available.
- Added
worldspider.copyCompletions
command to copy model response to the clipboard. - Added
worldspider.copyCompletionsText
command to copy model response text to the clipboard. - Added
worldspider.prevCompletions
command to show the previous batch of completions. - Added
worldspider.nextCompletions
command to show the next batch of completions. - Added
worldspider.scorePrompt
command to score prompt logprobs without generating completions. - Added
worldspider.generation.logprobs
setting to retrieve log probabilities. - Added
worldspider.generation.echo
setting to control whether prompt logprobs are returned by the model. - Hovering over text now shows token probabilities if the information is available.
- Model responses are logged to
worldspider
output channel.
- Added
worldspider.getInfills
command to generate infills from the selected text.