diff --git a/README.md b/README.md index 0fb966672..e6b4a7ee4 100644 --- a/README.md +++ b/README.md @@ -120,8 +120,9 @@ Generally, we recommend downloading models with quantization rather than fp16, b Here is a simple example to chat with a bot based on a LLM in LLamaSharp. Please replace the model path with yours. ```cs -using LLama.Common; using LLama; +using LLama.Common; +using LLama.Sampling; string modelPath = @""; // change it to your own model path.