8000 Tags · jeremycline/btfm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jeremycline/btfm

Tags

btfm-v0.21.2

Toggle btfm-v0.21.2's commit message
 Cargo.lock | 385 +++++++++++++++++++++-----------------------------

 Containerfile         |  60 ++++++++
 btfm/Cargo.toml       |  17 +--
 btfm/pyproject.toml   |  22 +++
 btfm/requirements.txt |   1 -
 5 files changed, 251 insertions(+), 234 deletions(-)

btfm-v0.21.1

Toggle btfm-v0.21.1's commit message
 .cargo/config.toml | 2 +

 Cargo.lock          | 605 +++++++++++++++++++++++++++++++++-------------------
 btfm-cli/Cargo.toml |   2 +-
 btfm/Cargo.toml     |   4 +-
 4 files changed, 392 insertions(+), 221 deletions(-)

btfm-v0.21.0

Toggle btfm-v0.21.0's commit message
 .github/workflows/build-cli.yml | 32 ++

 .github/workflows/ci.yml                  |  65 ++--
 .github/workflows/release.yml             | 121 +++---
 .github/workflows/security.yml            |   2 +-
 Cargo.lock                                | 612 ++++++++++++++----------------
 Cargo.toml                                |   1 -
 README.md                                 | 129 ++++---
 btfm-cli/Cargo.toml                       |   5 +-
 btfm-cli/src/{main.rs => bin/btfm.rs}     |   0
 btfm/Cargo.toml                           |  29 +-
 {whisper-server => btfm}/requirements.txt |   0
 btfm/src/{main.rs => bin/btfm-server.rs}  |  23 +-
 btfm/src/cli.rs                           |  26 +-
 btfm/src/config.rs                        |  30 +-
 btfm/src/discord/mod.rs                   |   7 +-
 btfm/src/discord/voice.rs                 |  42 +-
 btfm/src/lib.rs                           |   6 +-
 btfm/src/transcode.rs                     |  23 +-
 btfm/src/transcribe.py                    |  36 ++
 btfm/src/transcribe.rs                    | 196 ++++++++++
 btfm/src/transcribe/deepgram.rs           | 155 --------
 btfm/src/transcribe/mod.rs                |  68 ----
 btfm/src/transcribe/whisper.rs            | 144 -------
 whisper-server/Cargo.toml                 |  97 -----
 whisper-server/src/error.rs               |  15 -
 whisper-server/src/main.rs                | 185 ---------
 whisper-server/src/transcribe.py          |  62 ---
 27 files changed, 812 insertions(+), 1299 deletions(-)

btfm-cli-v0.7.0

Toggle btfm-cli-v0.7.0's commit message
 .github/workflows/build-cli.yml | 32 ++

 .github/workflows/ci.yml                  |  65 ++--
 .github/workflows/release.yml             | 121 +++---
 .github/workflows/security.yml            |   2 +-
 Cargo.lock                                | 612 ++++++++++++++----------------
 Cargo.toml                                |   1 -
 README.md                                 | 129 ++++---
 btfm-cli/Cargo.toml                       |   5 +-
 btfm-cli/src/{main.rs => bin/btfm.rs}     |   0
 btfm/Cargo.toml                           |  29 +-
 {whisper-server => btfm}/requirements.txt |   0
 btfm/src/{main.rs => bin/btfm-server.rs}  |  23 +-
 btfm/src/cli.rs                           |  26 +-
 btfm/src/config.rs                        |  30 +-
 btfm/src/discord/mod.rs                   |   7 +-
 btfm/src/discord/voice.rs                 |  42 +-
 btfm/src/lib.rs                           |   6 +-
 btfm/src/transcode.rs                     |  23 +-
 btfm/src/transcribe.py                    |  36 ++
 btfm/src/transcribe.rs                    | 196 ++++++++++
 btfm/src/transcribe/deepgram.rs           | 155 --------
 btfm/src/transcribe/mod.rs                |  68 ----
 btfm/src/transcribe/whisper.rs            | 144 -------
 whisper-server/Cargo.toml                 |  97 -----
 whisper-server/src/error.rs               |  15 -
 whisper-server/src/main.rs                | 185 ---------
 whisper-server/src/transcribe.py          |  62 ---
 27 files changed, 812 insertions(+), 1299 deletions(-)

btfm-v0.20.0

Toggle btfm-v0.20.0's commit message
btfm v0.20.0

btfm-cli-v0.6.0

Toggle btfm-cli-v0.6.0's commit message
btfm-cli v0.6.0

btfm-api-structs-v0.3.1

Toggle btfm-api-structs-v0.3.1's commit message
btfm-api-structs v0.3.1

v0.19.1

Toggle v0.19.1's commit message
 .github/workflows/release.yml | 8 --

 Cargo.lock                    | 248 ++++++++++++++++++------------------------
 btfm-api-structs/Cargo.toml   |   2 +-
 btfm-cli/Cargo.toml           |   4 +-
 btfm/Cargo.toml               |   2 +-
 5 files changed, 107 insertions(+), 157 deletions(-)

v0.19.0

Toggle v0.19.0's commit message
 .github/workflows/release.yml | 21 ++++++++++++++++++++-

 Cargo.lock                    | 21 ++++++++++-----------
 btfm-api-structs/Cargo.toml   |  2 +-
 btfm-cli/Cargo.toml           |  4 ++--
 btfm/Cargo.toml               |  4 ++--
 5 files changed, 35 insertions(+), 17 deletions(-)

v0.18.0

Toggle v0.18.0's commit message
 btfm-api-structs/Cargo.toml | 2 +-

 btfm-cli/Cargo.toml         | 4 ++--
 btfm/Cargo.toml             | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)
0