Skip to content

Commit

Permalink
Merge branch 'next-topic' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrodzilla committed Jun 30, 2024
2 parents edc9bee + 472b00f commit 60ca454
Show file tree
Hide file tree
Showing 8 changed files with 369 additions and 339 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ntangler"
version = "3.5.3"
version = "3.6.1"
edition = "2021"

[[bin]]
Expand All @@ -11,9 +11,6 @@ path = "src/main.rs"
version = "0.9"
features = ["vendored"]

[features]
demo = []

[dependencies]
git2 = "0.19.0"
reqwest = { version = "0.12.4", features = ["json", "rustls-tls"] }
Expand Down
5 changes: 3 additions & 2 deletions src/actors.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
pub(crate) use generators::OpenAi;

pub(crate) use ntangler::Ntangler;
pub(crate) use llmclient::LlmClient;

mod generators;
mod repositories;
mod scribe;
mod ntangler;
mod llmclient;
308 changes: 0 additions & 308 deletions src/actors/generators.rs

This file was deleted.

Loading

0 comments on commit 60ca454

Please sign in to comment.