This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
scisharp
/
LLamaSharp
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
17
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix name
tags/v0.8.0
xbotter
2 years ago
parent
3de9d34093
commit
e36a118360
No known key found for this signature in database
GPG Key ID:
A3F32F44E9F160E1
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
LLama.Examples/NewVersion/KernelMemory.cs
+1
-1
LLama.Examples/NewVersion/TestRunner.cs
+ 1
- 1
LLama.Examples/NewVersion/KernelMemory.cs
View File
@@ -26,7 +26,7 @@ namespace LLama.Examples.NewVersion
})
.BuildServerlessClient();
await memory.ImportDocumentAsync(@"./Asse
r
ts/sample-SK-Readme.pdf");
await memory.ImportDocumentAsync(@"./Assets/sample-SK-Readme.pdf");
var question = "What's Semantic Kernel?";
+ 1
- 1
LLama.Examples/NewVersion/TestRunner.cs
View File
@@ -22,7 +22,7 @@
Console.WriteLine("12: Semantic Kernel Chat.");
Console.WriteLine("13: Semantic Kernel Memory.");
Console.WriteLine("14: Coding Assistant.");
Console.WriteLine("15: S
emantic
Memory.");
Console.WriteLine("15: S
K Kernel
Memory.");
while (true)
{
Write
Preview
Loading…
Cancel
Save