Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/genai/howto/migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ Note: chat mode and system prompt caching are only supported for batch size 1. F
auto sequences = OgaSequences::Create();
tokenizer->Encode(system_prompt.c_str(), *sequences);
generator->AppendTokenSequences(*sequences);
generator.append_tokens(system_tokens)
```

### Add chat mode to your C++ application
Expand Down Expand Up @@ -157,4 +156,4 @@ Note: chat mode and system prompt caching are only supported for batch size 1. F

## Java

_Coming soon_
_Coming soon_