Commit Graph

21 Commits

Author SHA1 Message Date
dependabot[bot] 57c1ecf7af
build(deps): bump Microsoft.AspNetCore.OpenApi from 8.0.2 to 8.0.3
Bumps [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) from 8.0.2 to 8.0.3.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.2...v8.0.3)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 06:40:03 +00:00
dependabot[bot] 03ec5d9807
build(deps): bump Microsoft.AspNetCore.OpenApi from 8.0.1 to 8.0.2
Bumps [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.1...v8.0.2)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 06:29:48 +00:00
dependabot[bot] 853fccd9d0
build(deps): bump Microsoft.AspNetCore.OpenApi from 8.0.0 to 8.0.1
Bumps [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.0...v8.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 06:36:34 +00:00
dependabot[bot] 492981718d
build(deps): bump Swashbuckle.AspNetCore from 6.4.0 to 6.5.0
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.4.0 to 6.5.0.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.4.0...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-12-25 06:18:05 +00:00
Scot McConnaughay 2abc2ecfca Fixed WebAPI
Upgraded to .NET8.0
Fixed logging (removed Console replaced with Ilogger)
Fixed warnings (Null Strings, etc).

The application now returns data from the back-end chat services.
2023-12-18 09:03:48 -07:00
Philipp Bauer 29c5c6e93c Update the StatefulChatService to use new ChatSession integration 2023-12-10 09:34:32 -06:00
dependabot[bot] 52be1eec50
build(deps): bump Microsoft.VisualStudio.Validation
Bumps [Microsoft.VisualStudio.Validation](https://github.com/microsoft/vs-validation) from 17.6.11 to 17.8.8.
- [Release notes](https://github.com/microsoft/vs-validation/releases)
- [Commits](https://github.com/microsoft/vs-validation/commits)

---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Validation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 06:49:37 +00:00
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