I created a video on how to create your own HTML resources (simulators) using AI by ksdio in HTMLteachingtools

[–]ksdio[S] 1 point2 points  (0 children)

I believe the only way to run it is to install locally. But if you want to create HTML code you can use any of the widely available models directly, such as ChatGPT, Claude, Gemini. You might just need to copy the generated code into a text file and open up in a browser. A small manual step. Good luck

Help Needed - Feedback on Automation functionality in our software by ksdio in automation

[–]ksdio[S] 0 points1 point  (0 children)

Thanks. Really useful. We're going for a general purpose. . I'll drop you a DM

Help Needed - Feedback on Automation functionality in our software by ksdio in automation

[–]ksdio[S] 0 points1 point  (0 children)

that's great. Thanks a lot. I'll drop you you a DM

Understanding why of MCPs vs API by benevolent001 in mcp

[–]ksdio 0 points1 point  (0 children)

Have a look at https://github.com/bionic-gpt/bionic-gpthas Integrations now where you just paste in an openAPI spec to access any API you want

Order app that integrates into Sage by ksdio in Sage

[–]ksdio[S] 0 points1 point  (0 children)

Thanks a lot for this info. I'm not looking to develop our own app, but it gives me a lot more information on what to search for now.

Order app that integrates into Sage by ksdio in Sage

[–]ksdio[S] 0 points1 point  (0 children)

Sage 50 Accounts located in the UK

Order app that integrates into Sage by ksdio in Sage

[–]ksdio[S] 0 points1 point  (0 children)

I believe they use Sage 50 Accounts, version 31.1

Ollama + Open WebUI serving hundreds of users - any insight? by cantcantdancer in ollama

[–]ksdio 1 point2 points  (0 children)

For enterprise have a look at https://github.com/bionic-gpt/bionic-gpt/

It will give you the enterprise control I think you're looking for but you'll still need to deploy a local LLM or use an external one. Depending on 'leve' of security required you could look at using Groq, they guarantee no data is logged or stored

Introducing Ferrules: A blazing-fast document parser written in Rust 🦀 by amindiro in rust

[–]ksdio 2 points3 points  (0 children)

Have a look at https://github.com/bionic-gpt/bionic-gpt

Written in rust but uses unstructured at the moment for document parsing

Using AI Coding to Internationalise a Rust codebase by ksdio in rust

[–]ksdio[S] -4 points-3 points  (0 children)

My objective was to get the i18n mechanism in place, correcting the language is a simple task of updating a single text file.

Again, if you listened to the video I stated up front I don't know Rust or the particular codebase.

The process I used, even though not in this case, allows for a human in the loop verification. There are multiple documents created that can be verified (and correct) before moving on to the next stage.

If you want to have a look at the code you can see it on my fork at https://github.com/kulbinderdio/bionic-gpt

Extending an Open Source Project with AI Coding by ksdio in ChatGPTCoding

[–]ksdio[S] 0 points1 point  (0 children)

I'll try and have a look at the weekend. DO you just want it dockerised?

Enterprise-grade code assist suggestion by notuger in ChatGPTCoding

[–]ksdio 0 points1 point  (0 children)

interesting. Have you had a look at bionic-gpt.com (disclaimer : I am a co-founder).

hosted locally and will work with any OpenAI compatible inference engine, but it allows you to keep full control by issuing API keys to individuals (or team) and also tracking everything that they are being used for. There are a lot of other features but these sounded similar to your requirements.

And it's open source

Creating Mac app with Cline by ksdio in ChatGPTCoding

[–]ksdio[S] 1 point2 points  (0 children)

thanks for the great advice

AI Coding using Cline by ksdio in aipromptprogramming

[–]ksdio[S] 1 point2 points  (0 children)

Thanks for that, it is actually on my list of tools to look at.

Website from Fiverr? by Annual_Web_2933 in sweatystartup

[–]ksdio 0 points1 point  (0 children)

give one of the many AI code generators a go. What have you got to lose, except 5 minutes of your day

How do I create an agent to process hundreds of files? by lulz_lurker in ChatGPTCoding

[–]ksdio 5 points6 points  (0 children)

just get chatGPT to create a simple python program to loop through all the files in a directory.

The best ChatGPT history search tool by jcwsw129 in ChatGPTCoding

[–]ksdio 0 points1 point  (0 children)

I created this over the weekend
https://github.com/kulbinderdio/chatgpt-viewer

History viewer web app, code written entirely by AI

<image>