danielcampagnolitg
danielcampagnolitg
I'll be updating the docs bit over the next few days. I'll add something for this particular case. It should be that you'll need to map your repo into the...
Hi, I just pushed some changes to main with an update to the Ollama LLM implementation. I've given a quick test locally to generate some text
You'll need to update src/llm/services/defaultLlms.ts to return your LLMs defined in src/llm/services/ollama.ts I'm doing some work on the configure scripts so I'll add in some additional checks there
Hello, yes I'm looking to add support with https://github.com/modelcontextprotocol/typescript-sdk very soon
I ran into the same issue with `ProviderV2` Adding this declaration is another way to workaround the compile issue if its inconvenient to implement stubs like [darrenangle](https://github.com/darrenangle)s solution ```typescript declare...
I noticed some of the examples in the readme used the extraBody property ```typescript import { createOpenRouter } from '@openrouter/ai-sdk-provider'; import { streamText } from 'ai'; const openrouter = createOpenRouter({...