irudnyts / openai

An R package-wrapper around OpenAI API
https://irudnyts.github.io/openai/
Other
164 stars 28 forks source link

Add `base_url` feature #64

Open JoanVii opened 3 months ago

JoanVii commented 3 months ago

Hi! It would be nice to add a base_url feature like in create_chat_completion function to use a local port and deploy a local LLM

arvi1000 commented 2 months ago

Does this duplicate this issue? https://github.com/irudnyts/openai/issues/45

Looks like this is supported in the r6 development version, per that issue