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

Doesn't work with chatGPT #83

Closed
Arbitrate3280 opened this issue Mar 1, 2023 · 10 comments
Closed

Doesn't work with chatGPT #83

Arbitrate3280 opened this issue Mar 1, 2023 · 10 comments
Assignees
Labels
enhancement New feature or request

Comments

@Arbitrate3280
Copy link

Arbitrate3280 commented Mar 1, 2023

OpenAI just released the chatgpt api:
https://openai.com/blog/introducing-chatgpt-and-whisper-apis

https://platform.openai.com/docs/models/gpt-3-5

I've added "gpt-3.5-turbo" in openAICompletionEngine in the plugin settings but it doesn't work.

I get this:
Unknown OpenAI Error

and

image

@briansunter
Copy link
Owner

Hey @Vitorvlv , I'm working on supporting this now. Should be out in a couple days.

This new model requires me to call a new endpoint, unlike the previous models they released, so it takes some changes on my side, but should be pretty straightforward to implement.

Should be a nice update since they say it's as good as the earlier models but 10x cheaper!

@briansunter briansunter self-assigned this Mar 1, 2023
@briansunter briansunter added the enhancement New feature or request label Mar 1, 2023
@briansunter briansunter pinned this issue Mar 1, 2023
@marcsachet
Copy link

marcsachet commented Mar 1, 2023

Hey @Vitorvlv , I'm working on supporting this now. Should be out in a couple days.

This new model requires me to call a new endpoint, unlike the previous models they released, so it takes some changes on my side, but should be pretty straightforward to implement.

Should be a nice update since they say it's as good as the earlier models but 10x cheaper!

Great! This is the first thing I tried when I got the email from Open AI this morning: your plug-in is super useful! Thanks a lot for that!
In the same vein, as the Whisper API is now available, being able to upload an audio file and get the transcribed text directly in Logeq would be pretty cool!

@briansunter
Copy link
Owner

briansunter commented Mar 1, 2023

@marcsachet I'll definitely implement the whisper API integration as well. It would be really cool to take voice notes using the app and then use the plugin to transcribe them

I updated the project roadmap to add that. https://github.com/users/briansunter/projects/1

Right now, I plan on implementing this, then the multi-block select, then the whisper integration.

Should be able to finish the chatgpt pretty quick, then get whisper out in the next couple of weeks.

@marcsachet
Copy link

@marcsachet I'll definitely implement the whisper API integration as well. It would be really cool to take voice notes using the app and then use the plugin to transcribe them

I updated the project roadmap to add that. https://github.com/users/briansunter/projects/1

Right now, I plan on implementing this, then the multi-block select, then the whisper integration.

Should be able to finish the chatgpt pretty quick, then get whisper out in the next couple of weeks.

Fantastic! it'll be very cool indeed! and not to mention the possible (almost) on the fly translation!

@Arbitrate3280
Copy link
Author

just gave it a shot, working great, thanks!!

@briansunter
Copy link
Owner

Awesome! Glad you like it!

@arpagon
Copy link

arpagon commented Mar 3, 2023

Thanks, @briansunter This very quick work, is Awesome.

@Slabhub
Copy link

Slabhub commented Mar 8, 2023

Still not working for me
**
image
**

@Gawmicro
Copy link

Gawmicro commented May 23, 2023

What's the solution for this issue "Unknown OpenAI Error"?

Still not working for me ** image **

First, try to change/regenerate your API key for logseq.
Second, make sure the number "OpenAI Max Tokens" in the plugin setting is 2048 or lower. It fixed my problem with this.

@pabloscloud
Copy link

Still not working for me ** image **

same, doesn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

7 participants