Changing the base URL for `@effect/ai-openai` requests
Is it possible to use
OpenAI package has this;:
Is it somehow possible to change the
@effect/ai-openai with a changed baseUrl? For instance DeepSeek (and many others) implement same spec as OpenAI, so just changing the baseUrl works.OpenAI package has this;:
Is it somehow possible to change the
prependUrl??