Commit graph

13 commits

Author SHA1 Message Date
Luc Georges fbaf98203f
fix: don't use tokenizer on config error (#22) 2023-09-25 15:10:29 +02:00
Luc Georges 787f2a1a26
feat: improve tokenizer config (#21)
* feat: improve tokenizer config

* fix: add untagged decorator to `TokenizerConfig`

* feat: bump version to `0.2.0`
2023-09-21 17:57:19 +02:00
Luc Georges eeb443feb3
feat: add user agent (#20)
* feat: add user agent

* feat: add mock_server to repo

* feat: bump to `0.1.1`
2023-09-21 14:32:21 +02:00
Luc Georges 7f9c7855d5
feat: add tokens to clear (#19) 2023-09-20 19:24:38 +02:00
Luc Georges 5378a67ce8
fix: advertise correct version to client (#16) 2023-09-15 18:24:14 +02:00
Luc Georges c869f96060
feat: add support for tls_skip_verify_insecure (#15) 2023-09-15 15:42:35 +02:00
Luc Georges 9508485fec
refactor: change default log level (#14) 2023-09-14 12:09:20 +02:00
Luc Georges 1550467f86
fix: clamp col pos to prevent an out of bound slicing range (#13) 2023-09-11 18:31:00 +02:00
Luc Georges 15c4ef3088
fix(ci): release workflow (#12) 2023-09-10 13:16:13 +02:00
Luc Georges 8c92eaa994
perf: put Tokenizer in an Arc to avoid cloning (#11) 2023-09-08 09:02:44 +02:00
Luc Georges d8b7e05a20
fix: support raw TGI call (#10)
* fix: support raw TGI call

* feat: prepare `0.0.2` release
2023-09-07 19:11:05 +02:00
Luc Georges c774ec74fd
fix: stop tokens issue (#9) 2023-09-07 16:29:44 +02:00
Luc Georges f5e6911932
feat: add CI for release (#8)
* feat: add release CI

* debug: disable `aarch64-unknown-linux-gnu` & add missing `pkgconfig`

* fix: add `g++` & `pkg-config`

* fix: install libssl-dev on ubuntu

* fix: add sudo in specific case

* fix: remove ssl dependency

* feat: update Cargo.lock

* fix: use gcc-multilib

* fix: disable aarch64-linux for now

* fix: disable problematic platforms

* fix: comment out `aarch64-pc-windows-msvc`

* fix: set allow deadcode for `Document.language_id`

* fix: set valid release tag
2023-09-05 13:32:35 +02:00