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
{{ message }}
This repository was archived by the owner on Jan 30, 2026. It is now read-only.
I cannot access GPT-5 but was able to use gpt-5-nano. It doesn't work correctly -- first, it's not fast; second, I only get response for the first query, and nothing for all subsequent queries. Need to look deeper into it, so will close this PR.
[UPDATE] When using the OpenAI gpt-5 or gpt-5-mini endpoints, I receive explicit errors about "no permission to access endpoint for streaming". Although the gpt-5-nano endpoint doesn't throw the error, I think it's not working due to the same reason.
I will add gpt-5 to the list of supported models for now. Once I have access to gpt-5 model, I can better test it.
@jakupmichaelsen sorry, you will need to use a new build of AIShell to use gpt-5 models. We will think about loosening the check on models.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Summary
Add
gpt-5models to the list. Thegpt-5,gpt-5-mini, andgpt-5-nanowill be supported with this change.