You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.md 4.6 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. # LLamaSharp
  2. ## LLama
  3. [ChatSession](./llama.chatsession.md)
  4. [InstructExecutor](./llama.instructexecutor.md)
  5. [InteractiveExecutor](./llama.interactiveexecutor.md)
  6. [LLamaContext](./llama.llamacontext.md)
  7. [LLamaEmbedder](./llama.llamaembedder.md)
  8. [LLamaQuantizer](./llama.llamaquantizer.md)
  9. [LLamaTransforms](./llama.llamatransforms.md)
  10. [LLamaWeights](./llama.llamaweights.md)
  11. [StatefulExecutorBase](./llama.statefulexecutorbase.md)
  12. [StatelessExecutor](./llama.statelessexecutor.md)
  13. [Utils](./llama.utils.md)
  14. ## LLama.Abstractions
  15. [IHistoryTransform](./llama.abstractions.ihistorytransform.md)
  16. [IInferenceParams](./llama.abstractions.iinferenceparams.md)
  17. [ILLamaExecutor](./llama.abstractions.illamaexecutor.md)
  18. [IModelParams](./llama.abstractions.imodelparams.md)
  19. [ITextStreamTransform](./llama.abstractions.itextstreamtransform.md)
  20. [ITextTransform](./llama.abstractions.itexttransform.md)
  21. ## LLama.Common
  22. [AuthorRole](./llama.common.authorrole.md)
  23. [ChatHistory](./llama.common.chathistory.md)
  24. [FixedSizeQueue<T>](./llama.common.fixedsizequeue-1.md)
  25. [ILLamaLogger](./llama.common.illamalogger.md)
  26. [InferenceParams](./llama.common.inferenceparams.md)
  27. [LLamaDefaultLogger](./llama.common.llamadefaultlogger.md)
  28. [MirostatType](./llama.common.mirostattype.md)
  29. [ModelParams](./llama.common.modelparams.md)
  30. ## LLama.Exceptions
  31. [GrammarExpectedName](./llama.exceptions.grammarexpectedname.md)
  32. [GrammarExpectedNext](./llama.exceptions.grammarexpectednext.md)
  33. [GrammarExpectedPrevious](./llama.exceptions.grammarexpectedprevious.md)
  34. [GrammarFormatException](./llama.exceptions.grammarformatexception.md)
  35. [GrammarUnexpectedCharAltElement](./llama.exceptions.grammarunexpectedcharaltelement.md)
  36. [GrammarUnexpectedCharRngElement](./llama.exceptions.grammarunexpectedcharrngelement.md)
  37. [GrammarUnexpectedEndElement](./llama.exceptions.grammarunexpectedendelement.md)
  38. [GrammarUnexpectedEndOfInput](./llama.exceptions.grammarunexpectedendofinput.md)
  39. [GrammarUnexpectedHexCharsCount](./llama.exceptions.grammarunexpectedhexcharscount.md)
  40. [GrammarUnknownEscapeCharacter](./llama.exceptions.grammarunknownescapecharacter.md)
  41. [RuntimeError](./llama.exceptions.runtimeerror.md)
  42. ## LLama.Extensions
  43. [IModelParamsExtensions](./llama.extensions.imodelparamsextensions.md)
  44. [KeyValuePairExtensions](./llama.extensions.keyvaluepairextensions.md)
  45. ## LLama.Grammars
  46. [Grammar](./llama.grammars.grammar.md)
  47. [GrammarRule](./llama.grammars.grammarrule.md)
  48. ## LLama.Native
  49. [LLamaContextParams](./llama.native.llamacontextparams.md)
  50. [LLamaFtype](./llama.native.llamaftype.md)
  51. [LLamaGrammarElement](./llama.native.llamagrammarelement.md)
  52. [LLamaGrammarElementType](./llama.native.llamagrammarelementtype.md)
  53. [LLamaModelQuantizeParams](./llama.native.llamamodelquantizeparams.md)
  54. [LLamaTokenData](./llama.native.llamatokendata.md)
  55. [LLamaTokenDataArray](./llama.native.llamatokendataarray.md)
  56. [LLamaTokenDataArrayNative](./llama.native.llamatokendataarraynative.md)
  57. [NativeApi](./llama.native.nativeapi.md)
  58. [SafeLLamaContextHandle](./llama.native.safellamacontexthandle.md)
  59. [SafeLLamaGrammarHandle](./llama.native.safellamagrammarhandle.md)
  60. [SafeLLamaHandleBase](./llama.native.safellamahandlebase.md)
  61. [SafeLlamaModelHandle](./llama.native.safellamamodelhandle.md)
  62. [SamplingApi](./llama.native.samplingapi.md)
  63. ## LLama.OldVersion
  64. [ChatCompletion](./llama.oldversion.chatcompletion.md)
  65. [ChatCompletionChoice](./llama.oldversion.chatcompletionchoice.md)
  66. [ChatCompletionChunk](./llama.oldversion.chatcompletionchunk.md)
  67. [ChatCompletionChunkChoice](./llama.oldversion.chatcompletionchunkchoice.md)
  68. [ChatCompletionChunkDelta](./llama.oldversion.chatcompletionchunkdelta.md)
  69. [ChatCompletionMessage](./llama.oldversion.chatcompletionmessage.md)
  70. [ChatMessageRecord](./llama.oldversion.chatmessagerecord.md)
  71. [ChatRole](./llama.oldversion.chatrole.md)
  72. [ChatSession<T>](./llama.oldversion.chatsession-1.md)
  73. [Completion](./llama.oldversion.completion.md)
  74. [CompletionChoice](./llama.oldversion.completionchoice.md)
  75. [CompletionChunk](./llama.oldversion.completionchunk.md)
  76. [CompletionLogprobs](./llama.oldversion.completionlogprobs.md)
  77. [CompletionUsage](./llama.oldversion.completionusage.md)
  78. [Embedding](./llama.oldversion.embedding.md)
  79. [EmbeddingData](./llama.oldversion.embeddingdata.md)
  80. [EmbeddingUsage](./llama.oldversion.embeddingusage.md)
  81. [IChatModel](./llama.oldversion.ichatmodel.md)
  82. [LLamaEmbedder](./llama.oldversion.llamaembedder.md)
  83. [LLamaModel](./llama.oldversion.llamamodel.md)
  84. [LLamaParams](./llama.oldversion.llamaparams.md)