chatbuildcontact

Results 2 comments of chatbuildcontact

Newbie question.. Is there a way to prevent LlamaSharp/llama.ccp from logging these values to Console? I have read the docs but I wasnt able to answer the question myself.

> I believe you can do something like this: > > ```cs > NativeApi.llama_log_set((level, message) => > { > // This will be called when llama.cpp wants to log a...