aksg87

Results 46 comments of aksg87

Hi @JustStas, you read my mind :) I’m working on a template and setup for collecting community plugins that will be linked in the README. I’ll try to set that...

> [@torchss](https://github.com/torchss) > > * the openai plugin is indeed designed only for openai + azure openai > * tbh, if the litellm one works well, I don't see any...

> [@aksg87](https://github.com/aksg87) would it make sense to feature a list of community plugins on the core Readme? This is done now in #182, please take a look and let me...

Thanks for reporting this issue. Did a quick test and it seems to be an integration problem between Ollama and gpt-oss:20b specifically, though I'm not completely sure. Here's what I...

Hi, with a large file there might have been some unicode characters or other something else that broke the parser. I would suggest looking at the logs to identify the...

Thanks for sharing your library @tin-xai - Looks like very interesting work!

Hi @mariano, I agree, `tomllib` is a great option, especially since it's part of the standard library. You make a good point that while the current configs are simple, using...

Thanks! and appreciate the question. Gemini and other models allow you to calculate tokens in some text using their API [example](https://ai.google.dev/gemini-api/docs/tokens). I think it's a nice idea to incorporate this...

Hi @hcdonker-code - that makes sense as fuzzy align is not the most efficient matching algorithm right now (and is more of a fallback) so making things smaller can help...