Further fixes to tests
Pass O3 simulation test when keys are not set, along with a notice
Updated docs on testing, simulation tests / contributing
Support for OpenAI o4-mini and o4-mini-high
This commit is contained in:
Fahad
2025-06-14 09:28:20 +04:00
parent c5f682c7b0
commit 746380eb7f
17 changed files with 324 additions and 53 deletions

View File

@@ -43,7 +43,7 @@ cat .env
If you need to update your API keys, edit the `.env` file and then run:
```bash
./setup-docker.sh
./run-server.sh
```
This will validate your configuration and restart the services.
@@ -73,7 +73,7 @@ See [Logging Documentation](logging.md) for more details on accessing logs.
**"API key environment variable is required"**
- Add your API key to the `.env` file
- Run: `./setup-docker.sh` to validate and restart
- Run: `./run-server.sh` to validate and restart
**File path errors**
- Always use absolute paths: `/Users/you/project/file.py`