POLLM

Installation

To install POLLM, you can use pip:

pip install git+https://github.com/hsiangjenli/po-llm.git

Export OpenAI API Key or OpenRouter API Key

# zsh
echo 'export POLLM_OPENAI_API_KEY=你的API金鑰' >> ~/.zshrc
source ~/.zshrc