Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions docs/assistant-intelligence-roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ significant query words before falling back to the full KDB.
2. Add latency and recall-budget gates to the assistant harness:
https://github.com/tsotchke/gpt2-basic/issues/41
3. Add an inspectable persistent conversation database:
https://github.com/tsotchke/gpt2-basic/issues/38
4. Add a pack intent router for assistant queries:
https://github.com/tsotchke/gpt2-basic/issues/39
4. Add a pack intent router for assistant queries:
https://github.com/tsotchke/gpt2-basic/issues/38
5. Add larger programming and offline-reference domain packs:
https://github.com/tsotchke/gpt2-basic/issues/40
6. Define Windows 95 and OS/2 assistant shell parity:
Expand Down
4 changes: 2 additions & 2 deletions docs/public-launch.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ Non-hardware follow-up is tracked separately so software work can continue
without waiting for physical captures:

- Dense recall storage: https://github.com/tsotchke/gpt2-basic/issues/37
- Persistent conversation database: https://github.com/tsotchke/gpt2-basic/issues/38
- Pack intent router: https://github.com/tsotchke/gpt2-basic/issues/39
- Pack intent router: https://github.com/tsotchke/gpt2-basic/issues/38
- Persistent conversation database: https://github.com/tsotchke/gpt2-basic/issues/39
- Larger domain packs: https://github.com/tsotchke/gpt2-basic/issues/40
- Latency and recall budgets: https://github.com/tsotchke/gpt2-basic/issues/41
- Windows 95 and OS/2 shell parity: https://github.com/tsotchke/gpt2-basic/issues/42
Expand Down