This commit is contained in:
@@ -6,6 +6,7 @@ metadata:
|
||||
spec:
|
||||
serviceName: ai-ha-elixir-headless
|
||||
replicas: 3
|
||||
podManagementPolicy: Parallel
|
||||
updateStrategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
|
||||
@@ -83,7 +83,7 @@ defmodule ElixirAi.ChatUtils do
|
||||
:ok
|
||||
|
||||
{:error, reason} ->
|
||||
IO.warn("AI request failed: #{inspect(reason)}")
|
||||
IO.warn("AI request failed: #{inspect(reason)} for #{api_url}")
|
||||
end
|
||||
end)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user