briansunter / logseq-plugin-gpt3-openai

A plugin for GPT-3 AI assisted note taking in Logseq
https://twitter.com/bsunter
MIT License
717 stars 77 forks source link

[fix] Updating temperature and tokens causes error #6

Closed briansunter closed 2 years ago

briansunter commented 2 years ago

Unfortunately it saves these values as a string. I need to parse them to an int before sending them. It works if you don't adjust these though. The fix is to manually edit settings.json and reload.

briansunter commented 2 years ago

:tada: This issue has been resolved in version 1.0.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: