Gregor Martynus
Gregor Martynus
### Description Example: https://github.com/vercel/ai/pull/5837 These pull requests are created via the `release.yml` workflow: https://github.com/vercel/ai/blob/7206b1f58a6c3fc6d4442999569e2679c28e9017/.github/workflows/release.yml#L39-L48 The reason that these pull requests do not trigger CI is that we pass `secrets.GITHUB_TOKEN` for...
### Description Follow up to #5769. @lgrammel talked shortly about this: > [packages/openai/src/openai-chat-language-model.ts](https://github.com/vercel/ai/blob/32831c6bc31285e75c536f047b578db295d32469/packages/openai/src/openai-chat-language-model.ts#L191-L192): > ``` > 190 // openai specific settings: > 191: // TODO remove in next major version;...
See https://github.com/actions/create-github-app-token/discussions/74#discussioncomment-10919777
Follow up to #803 I have monitoring in place but only for a simple ping, the monitoring is not covering the actual functionality of the app. I think I will...