alfredapp / openai-workflow

OpenAI integrations
BSD 3-Clause "New" or "Revised" License
67 stars 32 forks source link

Support custom OpenAI API base URL #18

Closed tddschn closed 8 months ago

tddschn commented 8 months ago

Feature details

I'm using OpenAI with a non-default base URL, not openai.com/api/v1. Could you please support using non-default API base as an option in the workflow? Thanks!

vitorgalvao commented 8 months ago

See https://github.com/alfredapp/openai-workflow/issues/14.

If that’s not what you’re looking for, please explain your issue in more detail, including adding the URL you’re using and why it’s different.

tddschn commented 8 months ago

Thank you, I didn't check the env var section of the workflow. Setting the env var worked for me!