## LLama.Web - Basic ASP.NET Core examples of LLamaSharp in action
## LLama.Web - Basic ASP.NET Core example of LLamaSharp in action
LLama.Web has no heavy dependencies and no extra frameworks over bootstrap, jquery and mustache to keep the examples clean and easy to copy over to your own project
## Websockets
Using signalr websockets simplifies the streaming of responses and model per connection management
## Setup
Models, Prompts and Inference parameters can be added to the appsettings.json.
If you would like to add your own local model files then it's best to create an appSettings.Local.json file
and add them there. The appSettings.Local.json file will be ignored by Git.
Models, Prompts and Inference parameters can be added to `appsettings.json`.
If you would like to add your own local model files then it's best to create an `appSettings.Local.json` file
and add them there. The `appSettings.Local.json` file will be ignored by Git.
**Models**
You can add multiple models to the options for quick selection in the UI, options are based on ModelParams so its fully configurable.