LLamaSharp/LLama.Examples/NewVersion
Rinne 1533ee7dbf
Merge pull request #138 from drasticactions/semantic-kernel
Enable Semantic kernel support
2023-09-01 20:50:46 +08:00
..
ChatSessionStripRoleName.cs Converted ModelParams into a `record` class. This has several advantages: 2023-08-23 00:58:25 +01:00
ChatSessionWithRoleName.cs Converted ModelParams into a `record` class. This has several advantages: 2023-08-23 00:58:25 +01:00
GetEmbeddings.cs Updated demos to use the new loading/multi context system 2023-08-17 23:26:20 +01:00
GrammarJsonResponse.cs - Created a higher level `Grammar` class which is immutable and contains a list of grammar rules. This is the main "entry point" to the grammar system. 2023-08-31 00:02:50 +01:00
InstructModeExecute.cs Converted ModelParams into a `record` class. This has several advantages: 2023-08-23 00:58:25 +01:00
InteractiveModeExecute.cs Converted ModelParams into a `record` class. This has several advantages: 2023-08-23 00:58:25 +01:00
LoadAndSaveSession.cs Converted ModelParams into a `record` class. This has several advantages: 2023-08-23 00:58:25 +01:00
LoadAndSaveState.cs Merge pull request #115 from martindevans/model_params_record 2023-08-24 22:54:23 +01:00
QuantizeModel.cs Updated demos to use the new loading/multi context system 2023-08-17 23:26:20 +01:00
SemanticKernelChat.cs README, Cleanup 2023-09-01 10:03:34 +09:00
SemanticKernelPrompt.cs Change Namespace 2023-08-31 22:22:38 +09:00
StatelessModeExecute.cs Converted ModelParams into a `record` class. This has several advantages: 2023-08-23 00:58:25 +01:00
TalkToYourself.cs - Creating and destroying contexts in the stateless executor, saving memory. It now uses zero memory when not inferring! 2023-08-22 01:30:13 +01:00
TestRunner.cs Remove embedding for now 2023-08-31 18:26:03 +09:00