You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for --model gpt-4-0125-preview and OpenAI's alias --model gpt-4-turbo-preview. The --4turbo switch remains an alias for --model gpt-4-1106-preview at this time.
New /test command that runs a command and adds the output to the chat on non-zero exit status.
Improved streaming of markdown to the terminal.
Added /quit as alias for /exit.
Added --skip-check-update to skip checking for the update on launch.
Added --openrouter as a shortcut for --openai-api-base https://openrouter.ai/api/v1
Fixed bug preventing use of env vars OPENAI_API_BASE, OPENAI_API_TYPE, OPENAI_API_VERSION, OPENAI_API_DEPLOYMENT_ID.