Closed AnirudhDagar closed 1 week ago
It still doesn't work for me:
=== AGA LLM Configuration Tool ===
Select an option:
1) Configure LLM providers
2) View current configuration file
3) View current environment variables
Enter your choice (1/2/3): 1
Existing configuration found. Creating backup...
Backup created at /Users/anidagar/.llm_config.backup
Select your LLM provider to configure:
1) AWS Bedrock
2) OpenAI
Enter your choice (1/2): 2
Configuring OpenAI...
Enter your OpenAI API Key (starts with sk-): sk-<redacted_keys>
Note: Free-tier OpenAI accounts may be subject to rate limits.
We recommend using a paid OpenAI API key for seamless functionality.
When running
source tools/configure_llms.sh
, even without selecting a choice the script ends with an error. This is probably because ofread -p
.