Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: New OpenAI Features #1161

Open
SyntaxDreamer opened this issue Dec 19, 2024 · 2 comments
Open

BUG: New OpenAI Features #1161

SyntaxDreamer opened this issue Dec 19, 2024 · 2 comments
Assignees
Labels

Comments

@SyntaxDreamer
Copy link

Is this just me, or it's not possible to add any OpenAI provider? Every time I paste the API key, the application just crashes without an error.

Select a new provider, example Generic OpenAI, start to complete data, paste the key, it hangs and then closes after a few seconds. Nothing in the error logs either.

As a side comment, can the icon for AI features in the toolbar be replaced? It does not look or consistent with the rest of the UI. It seems like a pixelated icon that has nothing to do in terms of style with the rest of the icons. Not a big deal but does not look good at all.

@RickStrahl RickStrahl self-assigned this Dec 20, 2024
@RickStrahl RickStrahl added the bug label Dec 20, 2024
@RickStrahl
Copy link
Owner

Hmmm... I see it. That looks like a regression bug.

Fixed. Checking into a couple of other related issues in that dialog but will have an update up shortly.

@RickStrahl
Copy link
Owner

The fix for this is in 3.5.7.5 and later. Issue was an extra null check and update that was causing a recursive stack overflow.

I also made a few enhancements:

  • different icon since we're now not doing just images
  • dropdown next to icon shows the AI options on the menu
  • AI editor menu now has Image Generation as an option too

Here's the new drop down menu:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants