Results 4 comments of marcozac

> Hey @marcozac ! > > Thanks for the contribution. Could you please elaborate more on this change, why/when is it needed? Hi @rotemtam, sure! Sorry, I opened this draft...

@kissIce @hsluoyz sorry for the delay! The pool should be created before to pass it to `NewAdapterWithPool`, using (defer?) `pool.Close()` to close all resources. It frequently happens in the main...

Hi, I'm using Workers AI without any issues! This is my `librechat.yaml`: ```yaml endpoints: custom: - name: 'WorkersAI' apiKey: '${WORKERS_AI_API_KEY}' baseURL: 'https://api.cloudflare.com/client/v4/accounts//ai/v1' models: default: ['@cf/meta/llama-3.1-8b-instruct'] fetch: true titleConvo: true titleModel:...

After some testing, I encountered several errors due to incompatibilities between the format of the received chunks and the format accepted by OpenAI, such as the lack of the `role`,...