Commit graph

9 commits

Author SHA1 Message Date
Luc Georges 98a12630e7
feat: add backend url route completion (#95) 2024-05-24 16:30:21 +02:00
Luc Georges 0e95bb3589
feat: add llama.cpp backend (#94)
* feat: add `llama.cpp` backend

* fix(ci): install stable toolchain instead of nightly

* fix(ci): use different model

---------

Co-authored-by: flopes <FredericoPerimLopes@users.noreply.github.com>
2024-05-24 10:17:48 +02:00
Luc Georges 386ed53183
test: fix invalid deserialization (#85)
* test: fix invalid deserialization

* feat: install node or python only when needed

* feat: when action is rerun, run testbed with logs in debug

* feat(ci): update actions to node 20

* feat: log stdout & stderr from setup & build cmd as debug

* fix: bump helix revision

* fix: use helix fork for the time being

* fix(ci): install missing setuptools

* fix(ci): revert back to python 3.10

* fix(ci): disable lance
2024-02-19 17:25:42 +01:00
Luc Georges 92fc885503
fix: helix editor build crash (#73) 2024-02-08 22:43:56 +01:00
Luc Georges 6c4e0e4176
feat: parallelise at hole level (#44)
* feat: parallelise at hole level

* fix(ci): move strategy to testbed job

* feat: output json results file

* fix(ci): install jq

* fix(ci): add missing `runs-on`

* fix(ci): add dependency to testbed job

* fix(ci): invalid artifact key name

* fix(ci): add missing i in fastapi key

* feat(ci): make CI run different # of threads per repo

* fix(ci): results.json not in markdown

* feat: round output values

* fix: avoid creating zombie processes

* fix: check on word instead of line

* feat: recreate holes for long CI
2023-11-17 18:05:45 +01:00
Luc Georges 3ad64a32df
feat!: get completions camel case (#48)
* feat!: make API camelCase

* fix(testbed): update llm-ls API

* feat: sync docs with incremental change
2023-11-15 13:36:27 +01:00
Luc Georges 59185abfd9
feat!: make API camelCase (#46)
API had inconsistencies in case
2023-11-09 12:00:39 +01:00
Luc Georges f58085b812
fix(ci): outdated lance revision (#43) 2023-11-07 13:24:22 +01:00
Luc Georges c7affd0da9
feat: testbed (#39) 2023-11-06 21:26:37 +01:00