AineeJames / ChatGPTerminator

GPTerminator provides a convenient way to interact with OpenAI's chat completion and image generation API's using your command line interface.
MIT License
230 stars 16 forks source link

Add base URL option #27

Open alexkreidler opened 1 year ago

alexkreidler commented 1 year ago

There are various open source models and hosted LLMOps tools that are compatible with the OpenAI API, like LocalAI and Helicone. Langchain has had an option called OPENAI_API_BASE (in python and via an environment variable) for three months. It would be great to be able to use gpt-terminator with these systems!