Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Update README: Add AIOS Refresh Command (#413)
* Fix * Feat: Prioritize API Key from Config File Problem: The system was using environment variables for API keys. Solution: Changed the code to first check the config file for API keys. If not found, it falls back to environment variables. Impact: Ensures API keys are managed centrally in the config file, improving flexibility and control. * Update adapter.py * fix: use PR code instead of main branch in workflow Before: Workflow always used main branch code After: Workflow uses PR code when testing PR * Update test_ollama.yml * Update test_ollama.yml * Update test_ollama.yml * Update README: Add AIOS Refresh Command
- Loading branch information