Marcello DeSales

Results 168 comments of Marcello DeSales

@chka Should Fabric support the API path param as well? I'm on the same boat in regards to the API servers have generated paths... For instance, deploying multiple GenAI API...

Nice, I will be able to run Fabric with Ollama :) I will integrate it with https://gist.github.com/marcellodesales/7be67c13d6799628dcb6954155fbd765

@flingjie thank you! That's a good start! :) I will play with it a bit this weekend... who knows a multi-agent system to do what I need in a shot...

@vanshpatelx yeah absolutely... I still need to get through the docs from Eliza as I'm still 2 days old on this since I watched the Shaw's interview... @AIFlowML I haven't...

@ShahNewazKhan @vanshpatelx @AIFlowML I might be able to start working on it this weekend... * Provide Kustomization Repository * Deployments: * Ollama Server * An Eliza Agent from the samples...

if you make this PR backwards compatible with the previous version, it would be useful

This was implemented, but now failing on Github Enterprise because the base docker images running in the ARC doesn't include zstd in any of the tags, and the current v3...

@hvitved I have posted the info below at https://github.com/github/codeql-action/issues/2705#issuecomment-2605344817 as well... All languages fail with the latest version... # 🔧 Settings ```yaml - name: Initialize CodeQL uses: github/codeql-action/[email protected] with: debug:...

@henrymercer Thank you for providing it... I will verify this week and report back! I did create a PR in the runner project to get the base image with zstd...

@henrymercer We still don't have the base runner with `zstd` as discussed before... https://github.com/actions/runner/pull/3670 That way, we will be getting very slow bootstrap of codeql.... ```console $ docker run -ti...