djcopley/ShellOracle

Add onboarding prompts to --init

Closed this issue · 0 comments

Add onboarding prompts so first time users can configure their API keys and desired llm provider without opening their config.toml

Example:

$ shor --init
What LLM provider to you want to use? (Ollama, OpenAI): OpenAI
What is your API key: YOUR_API_KEY
...