George Petropoulos
George Petropoulos
Really interesting topic, as I'm into this lately. > @Datta0 I was facing the same. When given the _**"raw"**_ text as the training data for the model, it hallucinates. Because...
@LaurinmyReha Great approach, but I missed how this is different than the original Whisper? Meaning, what was done to improve on that? Fine tuned on which dataset? Or is it...
I am using Roocode, and the mcp json looks like this: "archon": { "command": "npx", "args": [ "mcp-remote", "http://localhost:8051/mcp" ], "alwaysAllow": [ "perform_rag_query" ] } I am using the Cline...
What's the verdict here? llms-full.txt is working nice and clean. llms.txt which includes URLS - does archon recursively expands the URLs to emulate the llms-full (all in one txt) ?...
Where can I have like a full documentation for the arguments for GLiNER ? max_length for example isn't in any arguments doc that I found, yet it works. So, my...
Experiencing same issue. Entities work fine, edges are not created, instead the name of the edge is set as "name" , with no actual new edge being created. Used all...
is it available already??
I see the default values being 'gpt5-mini' which makes sense now, since the rest models do not have "reasoning" attribute. Can we add a fallback without the reasoning argument to...