You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace OpenAI API with local mock server for testing
- Add mock-openai-server.py that returns canned responses for chat completions
- Update Rust/Go/JS OpenAI activities to support OPENAI_API_BASE_URL env var
- Update obelisk config files to pass OPENAI_API_BASE_URL to activities
- Update test-e2e.sh and test-integration.sh to start mock server
- Remove E2E_OPENAI_API_KEY and TEST_OPENAI_API_KEY from GitHub workflows
This eliminates the need for paid OpenAI API calls during CI testing.
Co-authored-by: Shelley <shelley@exe.dev>
0 commit comments