Guglielmo Faglioni

Results 23 comments of Guglielmo Faglioni

the same happens with https://www.npmjs.com/package/@langchain/groq

@sabrenner thank you, the error is: ``` error: getDefaultAgent is not a function {"name":"TypeError","stack":"TypeError: getDefaultAgent is not a function\n at Groq.buildRequest (/Users/gui/proj/epselector/node_modules/groq-sdk/src/core.ts:305:62)\n at Groq.makeRequest (/Users/gui/proj/epselector/node_modules/groq-sdk/src/core.ts:418:40)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async...

This would be a fantastic addition! I suggest introducing a `logoDark` parameter to accommodate dark mode, which could be implemented like this: ```javascript const FaviconsWebpackPlugin = require('favicons-webpack-plugin'); plugins: [ new...