guywaldman / magic-cli

Command line utility to make you a magician in the terminal
https://guywaldman.com/posts/introducing-magic-cli
MIT License
720 stars 18 forks source link

Add support for customizing OpenAI endpoint #34

Closed guywaldman closed 3 months ago

guywaldman commented 3 months ago

This PR adds support for customizing the OpenAI endpoint with a new openai.api_endpoint configuration key.

Addresses #28