AnswerDotAI / AnswerDotAI/shell_sage

ShellSage doesn't work with gpt-5.2-codex

Open
#77 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
409
Forks
45
Avg merge
1m
Merged PRs (30d)
1

Description

Error:

```
litellm.exceptions.BadRequestError: litellm.BadRequestError: OpenAIException - {
"error": {
"message": "Unsupported parameter: 'temperature' is not supported with this model.",
"type": "invalid_request_error",
"param": "temperature",
"code": null
}
}
```

# .config/shell_sage/shell_sage.conf

```
[DEFAULT]
# model = claude-sonnet-4-5-20250929
model = gpt-5.2-codex
search =
think =
trust =
mode = default
api_base =
api_key =
history_lines = -1
code_theme = monokai
code_lexer = python
log = False
safecmd = False
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.