svermeulen / text-to-colorscheme

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

The same result when using different query sentences. #8

Closed nyngwang closed 1 year ago

nyngwang commented 1 year ago

Sometimes different query sentences lead me to the same colorscheme result. It will be great to make sure that all the color-related(including metaphor) words will involve in the result colorscheme.

svermeulen commented 1 year ago

One thing that might help, if your goal is to get more different results, is to modify the value for "temperature". I just committed a change that added this to the user settings, which by default was set to 0. If you set that to something higher like 0.8 you should get more variation in the responses

nyngwang commented 1 year ago

Thanks for the update! Let me try it and see if it can close this issue.