svermeulen / text-to-colorscheme

Neovim colorschemes generated on the fly with a text prompt using ChatGPT
MIT License
287 stars 5 forks source link

Unexpected response from OpenAI. #6

Open corei8 opened 1 year ago

corei8 commented 1 year ago

I followed the instructions in the README, but am getting this error. I recently made an API key, minutes before testing.

CleanShot 2023-06-16 at 13 07 55@2x
corei8 commented 1 year ago

This is due to GPT-4 being a limited beta. See the available models for your account here.

svermeulen commented 1 year ago

Forgot about this. Probably the default should be gpt-3.5-turbo instead

svermeulen commented 1 year ago

After experimenting with gpt-3.5 I am finding that the quality is much worse. I think we need gpt-4's extra reasoning power for this kind of thing, so going to leave it as gpt-4 as default for now

nyngwang commented 1 year ago

@svermeulen Notice that not everyone has the API key for gpt-4... it was in limited beta the last time I read the docs.

svermeulen commented 1 year ago

You think one of the gpt-3.5 ones should be default? My experience is all with gpt-4 and whenever I try one of the gpt-3.5 ones I am always very disappointed in the result, so hesitant to make that default

nyngwang commented 1 year ago

It's OK to set gpt-4 as the default since you found that the result is better :) I was just saying that probably not everyone can access gpt-4 API key because of limited beta for now. (e.g. I'm still on their waiting list 😂)

svermeulen commented 1 year ago

Are you still able to get decent looking color schemes?

nyngwang commented 1 year ago

I only have access to gpt-3.5-turbo-0613, and I experienced some repetition with different queries(#8). Since I don't have access to gpt-4 I cannot tell if it's decent without a comparison. Some of the results are great, but I feel that I cannot add more colors an existing one by lengthening my query (and even experienced #5).

(I guess you could open the GitHub Discussion for this plugin and create a gallery thread to let people show off their queries and results. Anyway just saying)

josebalius commented 1 year ago

I ran into this and tried gpt-3.5 and yeah it wasn't very good. Patiently waiting for access to 4 😃