Skip to content

Commit

Permalink
wip - remove ChatHistory/ Exchange structs in favor of new sql aligne…
Browse files Browse the repository at this point in the history
…d db struct
  • Loading branch information
aprxi committed Jul 9, 2024
1 parent 18ce434 commit ce10c25
Show file tree
Hide file tree
Showing 21 changed files with 607 additions and 398 deletions.
1 change: 1 addition & 0 deletions lumni/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ libc = "0.2"
tiktoken-rs = "0.5.9"
syntect = { version = "5.2.0", default-features = false, features = ["parsing", "default-fancy"] }
crc32fast = { version = "1.4" }
rusqlite = { version = "0.31" }

# CLI
env_logger = { version = "0.9", optional = true }
Expand Down
42 changes: 0 additions & 42 deletions lumni/src/apps/builtin/llm/prompt/src/chat/exchange.rs

This file was deleted.

149 changes: 0 additions & 149 deletions lumni/src/apps/builtin/llm/prompt/src/chat/history.rs

This file was deleted.

Loading

0 comments on commit ce10c25

Please sign in to comment.