working on providers
Some checks failed
CI/CD Pipeline / build (push) Failing after 3s

This commit is contained in:
2026-03-10 14:04:02 -06:00
parent b3619a145f
commit abe27b82d1
10 changed files with 413 additions and 71 deletions

View File

@@ -7,6 +7,7 @@ defmodule ElixirAi.Application do
children = [
ElixirAiWeb.Telemetry,
ElixirAi.Repo,
{Task, fn -> ElixirAi.AiProvider.ensure_default_provider() end},
{Cluster.Supervisor,
[Application.get_env(:libcluster, :topologies, []), [name: ElixirAi.ClusterSupervisor]]},
{Phoenix.PubSub, name: ElixirAi.PubSub},