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
test: Pass fake api_key to the internal ai model (#764)
The new version of openai library (v2.34.0) requires the `api_key` to be
non-empty.
This fails our e2e tests, since we didn't use the `api_key`.
This PR fixes this by passing some fake `api_key` to the `OpenAIModel`
for tests.
0 commit comments