Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @"<Your Model Path>"; // change it to your own model path.

Expand Down