AbanteAI / rawdog

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

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

Closed 0x326 closed 9 months ago

0x326 commented 9 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 9 months ago

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