Commit Graph

14 Commits

Author SHA1 Message Date
SignalRT 46ace3ddd7 Add targets in Web project
This allow to copy binaries and make the project work.

Update example model in appsettings
2023-11-13 23:26:29 +01:00
dependabot[bot] c9858e8739
build(deps): bump Swashbuckle.AspNetCore from 6.2.3 to 6.5.0
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.2.3 to 6.5.0.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.2.3...v6.5.0)

---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-03 10:48:53 +00:00
Martin Evans 0f03e8f1a3 Added workaround to LLama.Web and LLama.WebAPI 2023-10-03 21:08:31 +01:00
Martin Evans 3f80190f85 Minimal changes required to remove non-async inference. 2023-09-14 21:04:14 +01:00
Martin Evans 29df14cd9c Converted ModelParams into a `record` class. This has several advantages:
- Equality, hashing etc all implemented automatically
 - Default values are defined in just one place (the properties) instead of the constructor as well
 - Added test to ensure that serialization works properly
2023-08-23 00:58:25 +01:00
Martin Evans f3511e390f WIP demonstrating changes to support multi-context. You can see this in use in `TalkToYourself`, along with notes on what still needs improving.
The biggest single change is renaming `LLamaModel` to `LLamaContext`
2023-08-13 01:10:08 +01:00
xbotter a074385568
add stream example 2023-06-24 19:59:20 +08:00
xbotter 16f2cb9c4e
add history chat example 2023-06-24 19:43:32 +08:00
xbotter 2fe4ccfb58
update webapi example 2023-06-24 19:05:02 +08:00
Tim Miller bbd2650cf0 Include runtime targets file 2023-06-19 18:44:51 +09:00
SignalRT f7cf453366 MacOS Dynamic Link Libraries
Add MacOS Dynamic Link Libraries
2023-06-11 20:52:31 +02:00
Yaohui Liu 5679e08718
feat: add ILLamaExecutor.InferAsync. 2023-06-11 05:44:21 +08:00
Yaohui Liu aaa0cba9f8
test: update the examples after refactoring. 2023-06-10 18:54:26 +08:00
Haiping Chen 21c36cbf80 Added WebAPI. 2023-05-11 21:45:34 -05:00