LLamaSharp/LLama.Examples
Martin Evans 3ba49754b1 Removed (marked as obsolete) prompting with a string for `Conversation`. Tokenization requires extra parameters (e.g. addBos, special) which require special considersation. For now it's better to tokenize using other tools and pass the tokens directly. 2024-05-06 15:53:21 +01:00
..
Assets Delete default prompt 2024-03-26 23:19:32 +01:00
Examples Removed (marked as obsolete) prompting with a string for `Conversation`. Tokenization requires extra parameters (e.g. addBos, special) which require special considersation. For now it's better to tokenize using other tools and pass the tokens directly. 2024-05-06 15:53:21 +01:00
Extensions Moved spinner out to an extension, so it can easily be used in other examples 2023-09-24 19:24:52 +01:00
ExampleRunner.cs Add LLaMA3 chat session example. 2024-04-29 04:12:19 +08:00
LLama.Examples.csproj Added Whisper.net x LLamaSharp examples for Speech Detection and Speech Chat 2024-04-07 18:58:27 +03:00
Program.cs Logging interceptor (#649) 2024-04-05 16:42:27 +01:00
UserSettings.cs Example InteractiveExecutor 2024-03-26 23:19:32 +01:00