AbanteAI / rawdog

Generate and auto-execute Python scripts in the cli
Apache License 2.0
1.78k stars 137 forks source link

Add support for custom OpenAI base url (LocalAI integration) #43

Closed 0x326 closed 7 months ago

0x326 commented 7 months ago

Providing a configurable OpenAI base URL allows integration with https://localai.io/, a locally-run API that is compatible with the OpenAI API specification.

jakethekoenig commented 7 months ago

This is already possible. See the last example in the readme.