Kasper Hämäläinen
Results
2
issues of
Kasper Hämäläinen
When I define `gpt-3.5-turbo` as the model for `OpenAI` construct, `llmOutput` is missing `tokenUsage` object. Using the same construct, but not defining the model returns token usage as part of...
when projen generates paths to project tsconfig.ts it based speficied package dependencies, it always points path to src like: ``` "paths": { "@nordft/core-prismic": [ "../../packages/core-prismic/src" ], "@nordft/core-ui": [ "../../packages/core-ui/src" ]...