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

This commit is contained in:
2026-03-12 15:01:33 -06:00
parent 399eb9f93f
commit 4dc4814b2f
21 changed files with 573 additions and 256 deletions

View File

@@ -134,8 +134,6 @@ defmodule ElixirAiWeb.AiProvidersLive do
)
|> assign(error: nil)}
{:error, :already_exists} ->
{:noreply, assign(socket, error: "A provider with that name already exists")}
_ ->
{:noreply, assign(socket, error: "Failed to create provider")}