Ettore Di Giacinto
|
9f426578cf
|
feat: add transcript endpoint (#211)
|
2023-05-09 11:43:50 +02:00 |
|
Ettore Di Giacinto
|
89dfa0f5fc
|
feat: add experimental support for embeddings as arrays (#207)
|
2023-05-08 19:31:18 +02:00 |
|
Dave
|
07ec2e441d
|
mini fix - OpenAI documentation url (#200)
|
2023-05-06 00:42:08 +02:00 |
|
mudler
|
8c8cf38d4d
|
tests: use 1 core
|
2023-05-05 23:29:34 +02:00 |
|
mudler
|
009ee47fe2
|
Don't allow 0 as thread count
|
2023-05-05 22:51:20 +02:00 |
|
mudler
|
ec2adc2c03
|
tests: use 3 cores
|
2023-05-05 22:07:01 +02:00 |
|
mudler
|
e62ee2bc06
|
fix: remove trailing 0s from embeddings
This happens when no max_tokens are set, so by default go-llama
allocates more space for the slice and padding happens.
|
2023-05-05 18:35:03 +02:00 |
|
mudler
|
b49721cdd1
|
fix: respect config from file for backends settings
|
2023-05-05 18:05:10 +02:00 |
|
mudler
|
64c0a7967f
|
fix: pass prediction options when using the model
|
2023-05-05 15:56:02 +02:00 |
|
mudler
|
e96eadab40
|
feat: support deprecated embeddings API
|
2023-05-05 15:55:19 +02:00 |
|
mudler
|
e73283121b
|
feat: support arrays for prompt and input
Signed-off-by: mudler <mudler@mocaccino.org>
|
2023-05-05 15:54:59 +02:00 |
|
mudler
|
857d13e8d6
|
debug: wire up go-fiber debugger
|
2023-05-05 15:53:57 +02:00 |
|
Ettore Di Giacinto
|
961cf29217
|
feat: expose mirostat to config (#193)
|
2023-05-05 13:45:37 +02:00 |
|
Ettore Di Giacinto
|
c839b334eb
|
feat: add embeddings for go-llama.cpp backend (#190)
|
2023-05-05 11:20:06 +02:00 |
|
Ettore Di Giacinto
|
714bfcd45b
|
fix: missing returning error and free callback stream (#187)
|
2023-05-04 19:49:43 +02:00 |
|
Ettore Di Giacinto
|
fdf75c6d0e
|
rwkv fixes and examples (#185)
|
2023-05-04 17:32:23 +02:00 |
|
Ettore Di Giacinto
|
c974dad799
|
Return usage in the API responses (#166)
|
2023-05-03 17:29:18 +02:00 |
|
Ettore Di Giacinto
|
67992a7d99
|
feat: support slices or strings in the prompt completion endpoint (#162)
Signed-off-by: mudler <mudler@mocaccino.org>
|
2023-05-03 13:13:31 +02:00 |
|
Ettore Di Giacinto
|
751b7eca62
|
feat: add rwkv support (#158)
Signed-off-by: mudler <mudler@mocaccino.org>
|
2023-05-03 11:45:22 +02:00 |
|
Ettore Di Giacinto
|
1ae7150810
|
feat: allow to specify default backend for model (#156)
Signed-off-by: mudler <mudler@c3os.io>
|
2023-05-03 00:31:28 +02:00 |
|
Ettore Di Giacinto
|
70caf9bf8c
|
feat: support stopwords both string and arrays (#154)
|
2023-05-02 23:30:00 +02:00 |
|
Dave
|
0b226ac027
|
Stop parameter of OpenAIRequest changed to String Array (#153)
|
2023-05-02 22:02:45 +02:00 |
|
Ettore Di Giacinto
|
220d6fd59b
|
feat: add stream events (#152)
|
2023-05-02 20:03:35 +02:00 |
|
Ettore Di Giacinto
|
156e15a4fa
|
Bump llama.cpp, downgrade gpt4all-j (#149)
|
2023-05-02 16:07:18 +02:00 |
|
Ettore Di Giacinto
|
92452d46da
|
feat: add new gpt4all-j binding (#142)
|
2023-05-01 20:00:15 +02:00 |
|
Ettore Di Giacinto
|
52f4d993c1
|
feat: add /edit endpoint (#119)
|
2023-04-29 09:22:09 +02:00 |
|
Ettore Di Giacinto
|
c806eae0de
|
feat: config files and SSE (#83)
Signed-off-by: mudler <mudler@mocaccino.org>
Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
Co-authored-by: Tyler Gillson <tyler.gillson@gmail.com>
|
2023-04-26 21:18:18 -07:00 |
|
Ettore Di Giacinto
|
12d83a4184
|
feat: Return OpenAI errors and update docs (#80)
Signed-off-by: mudler <mudler@mocaccino.org>
|
2023-04-24 23:42:03 +02:00 |
|
Ettore Di Giacinto
|
1c872ec326
|
feat: add CI/tests (#58)
Signed-off-by: mudler <mudler@mocaccino.org>
|
2023-04-22 00:44:52 +02:00 |
|
Ettore Di Giacinto
|
79791438fe
|
Use the first available model if not specified (#55)
Signed-off-by: mudler <mudler@mocaccino.org>
|
2023-04-21 22:54:43 +02:00 |
|
Ettore Di Giacinto
|
5cba71de70
|
Add stopwords, debug mode, and other API enhancements (#54)
Signed-off-by: mudler <mudler@mocaccino.org>
|
2023-04-21 19:46:59 +02:00 |
|
Ettore Di Giacinto
|
f816dfae65
|
Add support for stablelm (#48)
Signed-off-by: mudler <mudler@mocaccino.org>
|
2023-04-21 00:06:55 +02:00 |
|
Ettore Di Giacinto
|
1c4fbaae20
|
Add support for cerebras (#45)
Signed-off-by: mudler <mudler@c3os.io>
|
2023-04-20 19:33:36 +02:00 |
|
Ettore Di Giacinto
|
d517a54e28
|
Major API enhancements (#44)
|
2023-04-20 18:33:02 +02:00 |
|
Ettore Di Giacinto
|
80f50e6ccd
|
Rename project to LocalAI (#35)
Signed-off-by: mudler <mudler@c3os.io>
|
2023-04-19 18:43:10 +02:00 |
|
Ettore Di Giacinto
|
7fec26f5d3
|
Enhancements (#34)
Signed-off-by: mudler <mudler@c3os.io>
|
2023-04-19 17:10:29 +02:00 |
|
Ettore Di Giacinto
|
0b330d90ad
|
feat: drop embedded webui (#27)
Signed-off-by: mudler <mudler@c3os.io>
|
2023-04-16 10:46:20 +02:00 |
|
Ettore Di Giacinto
|
63601fabd1
|
feat: drop default model and llama-specific API (#26)
Signed-off-by: mudler <mudler@c3os.io>
|
2023-04-16 10:40:50 +02:00 |
|
Ettore Di Giacinto
|
b062f3142b
|
feat: enhance API, expose more parameters (#24)
Signed-off-by: mudler <mudler@c3os.io>
|
2023-04-16 10:16:48 +02:00 |
|
Ettore Di Giacinto
|
c4e94c88d7
|
Fix comment typo
Thanks to @deadprogram for noticing it!
|
2023-04-13 15:20:51 +02:00 |
|
mudler
|
5556aa46dd
|
Small refinements and refactors
|
2023-04-12 00:02:39 +02:00 |
|
mudler
|
ae30bd346d
|
Reorganize repository layout
|
2023-04-11 23:43:43 +02:00 |
|