From 40ac944fb5b9abc3a3f59ea30d8c724ace8270e3 Mon Sep 17 00:00:00 2001 From: xbotter Date: Tue, 19 Dec 2023 08:42:01 +0800 Subject: [PATCH] Bump sk to 1.0.1 --- LLama.Examples/Examples/SemanticKernelChat.cs | 2 +- LLama.Examples/Examples/SemanticKernelPrompt.cs | 2 +- LLama.Examples/LLama.Examples.csproj | 3 ++- LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/LLama.Examples/Examples/SemanticKernelChat.cs b/LLama.Examples/Examples/SemanticKernelChat.cs index 86d7a1d5..52324eed 100644 --- a/LLama.Examples/Examples/SemanticKernelChat.cs +++ b/LLama.Examples/Examples/SemanticKernelChat.cs @@ -10,7 +10,7 @@ namespace LLama.Examples.Examples { public static async Task Run() { - Console.WriteLine("Example from: https://github.com/microsoft/semantic-kernel/blob/main/dotnet/README.md"); + Console.WriteLine("Example from: https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/KernelSyntaxExamples/Example17_ChatGPT.cs"); Console.Write("Please input your model path: "); var modelPath = Console.ReadLine(); diff --git a/LLama.Examples/Examples/SemanticKernelPrompt.cs b/LLama.Examples/Examples/SemanticKernelPrompt.cs index 4c4157a3..40838e8b 100644 --- a/LLama.Examples/Examples/SemanticKernelPrompt.cs +++ b/LLama.Examples/Examples/SemanticKernelPrompt.cs @@ -12,7 +12,7 @@ namespace LLama.Examples.Examples { public static async Task Run() { - Console.WriteLine("Example from: https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/KernelSyntaxExamples/Example17_ChatGPT.cs"); + Console.WriteLine("Example from: https://github.com/microsoft/semantic-kernel/blob/main/dotnet/README.md"); Console.Write("Please input your model path: "); var modelPath = Console.ReadLine(); diff --git a/LLama.Examples/LLama.Examples.csproj b/LLama.Examples/LLama.Examples.csproj index 94704e01..b0d7740e 100644 --- a/LLama.Examples/LLama.Examples.csproj +++ b/LLama.Examples/LLama.Examples.csproj @@ -16,7 +16,8 @@ - + + diff --git a/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj b/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj index 8a39de53..2f365924 100644 --- a/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj +++ b/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj @@ -34,7 +34,7 @@ - +