Marco Michely

Results 17 comments of Marco Michely

@annieappflowy selfhosted supabase would be the best solution because it could be a data hub which provides easy automation integration

@annieappflowy I can't say anything about that. The important thing for me is the ability to have all the apps in my system talk to each other.

Thanks for the information @annieappflowy. I will look at this again when the API is available.

My second approach is not working eighter: ``` [accordion-wrapper] [accordion-item frage="I am a question"] Anwer with **Markdown** in it [/accordion-item] [accordion-item frage="Another question"] Another answer This time multiple lines ##...

Hm, maybe it yould be an option to have .mdx support. Then it yould be possible to use custom elements as needed. For now this is very limiting - or...

Installing via the `curl -fsSL https://raw.githubusercontent.com/Muvon/octocode/master/install.sh | sh` command resultet in a non working installation on my MacOS. I needed to: - dowload the release manually - Delete the old...

Oh, and i needed to change the `~/.local/share/octocode/config.toml` by adding: ``` [graphrag.llm] description_model = "openai/gpt-4.1-mini" relationship_model = "openai/gpt-4.1-mini" ai_batch_size = 8 max_batch_tokens = 16384 batch_timeout_seconds = 60 fallback_to_individual = true...