sheldonhull

Results 55 issues of sheldonhull

### Before submitting your bug report - [ ] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [X] I'm not able to...

kind:bug
ide:vscode

Add support for OpenAI o1 models by using `max_completion_tokens` instead of `max_tokens`. * **mods.go** - Add a check in the `startCompletionCmd` function to determine if the model is an o1...

**Describe the bug** This is a schema change that causes invoking against o1-preview and o1-mini to fail. This [page](https://community.openai.com/t/why-was-max-tokens-changed-to-max-completion-tokens/938077) describes. It is causing tooling that doesn't handle this mapping to...

Steps to reproduce ------------------ ```PowerShell $FilePath = '' $ScriptDefinition = (Get-Content -Raw -Path $FilePath).Trim() $SettingsFile = "$HOME/.config/powershell/PSScriptAnalyzerSettings.psd1" if ($SettingsFile) { $FormatterSplat = @{ Settings = $SettingsFile ScriptDefinition = $ScriptDefinition }...

Need Repro Info

#### Background With the introduction of newer reasoning models in v1.7.0, we've seen that while some tweaks have been made, streaming support for models like `o1` was initially unavailable. This...