Philipp Bauer
d2b544afb8
Improved method return description
2 years ago
Philipp Bauer
6ea40d1546
Use full history only when the ChatSession runs the first time
2 years ago
Philipp Bauer
a288e7c02b
Prevent duplication of user prompts / chat history in ChatSession.
The way ChatSession.ChatAsync was using the provided methods
from a IHistoryTransform interface implementation created unexpected
duplication of the chat history messages. It also prevented loading
previous history into the current session.
2 years ago
Martin Evans
3f80190f85
Minimal changes required to remove non-async inference.
2 years ago
Martin Evans
a911b77dec
Various minor changes, resolving about 100 ReSharper code quality warnings
2 years ago
Martin Evans
f3511e390f
WIP demonstrating changes to support multi-context. You can see this in use in `TalkToYourself`, along with notes on what still needs improving.
The biggest single change is renaming `LLamaModel` to `LLamaContext`
2 years ago
sa_ddam213
bac9cba01a
InferenceParams abstractions
2 years ago
Martin Evans
2e76b79af6
Various minor XML docs fixes
2 years ago
Yaohui Liu
6c400e64c2
docs: publiash documentation 0.4.
2 years ago
Yaohui Liu
1e061615d4
refactor: remove SessionParams.
2 years ago
Marcel
b911b2548b
move interfaces into abstractions folder
2 years ago
Yaohui Liu
a3b8186f20
feat: support save and load chat session.
2 years ago
Yaohui Liu
bdbd6aa824
feat: add transforms for chat session.
2 years ago
Yaohui Liu
3bf74ec9b9
feat: add chat session for refactored code.
2 years ago
Yaohui Liu
264fb9a706
refactor: LLamaModel and LLamaExecutor.
2 years ago
Yaohui Liu
afedd3c949
fix: errors when input is not English or too long.
2 years ago
Yaohui Liu
f5a01c346d
feat: enable history for chat session.
2 years ago
Yaohui Liu
fce10f3c4f
feat: add ChatSession.
2 years ago