Problem
The README currently provides environment variable setup examples using Unix/Linux commands such as:
export OPENAI_API_KEY=...
export GROQ_API_KEY=...
These commands do not work directly on Windows systems and may confuse new users.
Proposed Solution
Add Windows-specific examples for:
- PowerShell
- Command Prompt (CMD)
alongside the existing Unix/Linux examples.
Benefits
- Better onboarding experience for Windows users.
- Reduced setup confusion.
- More platform-inclusive documentation.
Problem
The README currently provides environment variable setup examples using Unix/Linux commands such as:
These commands do not work directly on Windows systems and may confuse new users.
Proposed Solution
Add Windows-specific examples for:
alongside the existing Unix/Linux examples.
Benefits