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