Jean-François James

Results 2 comments of Jean-François James

+1 Quarkus example no longer working: https://developers.redhat.com/articles/2023/09/25/integrate-your-quarkus-application-gpt4all# Workaround to make Quarkus example work: download Falcon model in bin format (ggml-model-gpt4all-falcon-q4_0.bin) from https://huggingface.co/nomic-ai/gpt4all-falcon-ggml/tree/main. Copy it somewhere and change your application.properties accordingly....

There is an ambiguity with Helidon 4.0.7 when defining a RestApplication class annotated with ApplicationPath. Not adding ApplicationScoped explicitely leads to an inconstency: . the ApplicationPath value is taken into...