]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
cli: fix crash on wrong server base url (#25497)
authormarcoStocchi <redacted>
Fri, 10 Jul 2026 09:52:20 +0000 (11:52 +0200)
committerGitHub <redacted>
Fri, 10 Jul 2026 09:52:20 +0000 (11:52 +0200)
commit1b9691bcd5c61d3ffb9bcf5bafb1c20a4d47cf08
tree7a7a050431f0f27f084319088208ba92db1fe2c3
parentc7af942e8ff6d8adc4c4a6211efb0bc8aaac84d9
cli: fix crash on wrong server base url (#25497)

* llama-cli: fix crash on wrong server base url by catching exceptions and graceful exit

* review: leaner catch group: json error and standard exception
tools/cli/cli-context.cpp