API Key Configuration
Polybiuos integrates with multiple AI model providers. To begin using Polybiuos, you will need to obtain an API key from one of the supported providers. As of now we support models for Anthropic, Deepseek and OpenAI.
Setting Up the API Key
After obtaining your API key from one of the providers, you need to configure it with Polybiuos. Run the following command to set up your API key:
polybiuos setupThere you can choose your provider, model and then place the API key, which will be saved safely on your local device. For the security purposes it is recommended to include `~/.polybiuos` in your '.gitignore' file to avoid exposing your API keys.
If you wish to switch to a different provider or change the model you’re using, simply rerun the polybiuos setup command. If you’ve already stored an API key, you won’t be required to re-enter it when changing models.
If you need more information on how to use Polybiuos, you can run the following command to view available options and commands:
polybiuos helpThis will display a list of available commands, including advanced configuration options and troubleshooting tips.