briansunter / logseq-plugin-gpt3-openai

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

fix(options): whisper use custom configuration #127

Closed usoonees closed 8 months ago

usoonees commented 8 months ago

At the moment, the baseurl configuration for Whisper isn't functioning properly. Additionally, there's an unnecessary '/' in the default base URL. Often, it gets appended with another "/", resulting in paths like http://api.openai.com/v1//chat/completions

briansunter commented 8 months ago

Looks great. Thank you for catching this!

briansunter commented 8 months ago

:tada: This PR is included in version 1.13.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: