Louis
|
541a37b8f1
|
fix: 4171 - Model loading gets stuck on stop
|
2024-12-02 14:04:13 +07:00 |
|
Louis
|
351236b16a
|
Merge pull request #3888 from px100/patch-1
Anthropic Model Updates
|
2024-11-30 14:29:54 +07:00 |
|
Louis
|
ecb39e41c5
|
Merge pull request #3843 from sharunkumar/more-groq-models
feat: add more Groq models
|
2024-11-30 13:48:17 +07:00 |
|
Louis
|
0f403ffd34
|
Merge branch 'dev' into patch-1
|
2024-11-30 13:43:27 +07:00 |
|
Louis
|
b95fa0664c
|
chore: bump cortex cpp 1.0.4-rc4
|
2024-11-29 16:19:20 +07:00 |
|
Louis
|
e8558d8f77
|
chore: bump cortex 1.0.4-rc3
|
2024-11-29 13:45:21 +07:00 |
|
Louis
|
ed01db408a
|
chore: bump cortex.cpp and llama.cpp
|
2024-11-29 10:15:39 +07:00 |
|
Louis
|
ad8484533d
|
Merge pull request #4132 from janhq/fix/4094-gpu-mode-not-working-after-first-factory-reset
fix: 4094 - gpu mode toggle on by default but not affect for the first time launch
|
2024-11-26 23:46:06 +07:00 |
|
Louis
|
3854d43e8a
|
fix: should queue engine set on changes
|
2024-11-26 22:58:30 +07:00 |
|
Louis
|
2478cf7bc3
|
Merge pull request #4130 from janhq/chore/4123-update-default-engine-request-body
feat: update Jan’s client request to adapt API changes from Cortex
|
2024-11-26 21:38:14 +07:00 |
|
Louis
|
d55b1dd2f8
|
fix: 4094 - gpu mode toggle on by default but not affect for the first time launch
|
2024-11-26 19:50:23 +07:00 |
|
Louis
|
638dbf178e
|
fix: 4012 - active model should be gone as soon as cortex.cpp server is killed
|
2024-11-26 19:03:26 +07:00 |
|
Louis
|
1108e6c221
|
test: correct test cases
|
2024-11-26 15:25:26 +07:00 |
|
Faisal Amir
|
4f45bd8136
|
chore: update version extension anthropic
|
2024-11-26 09:58:21 +07:00 |
|
Faisal Amir
|
8f54ab3e3a
|
enhancement: increased max-token limit claude-3.5
|
2024-11-25 09:42:54 +07:00 |
|
Louis
|
f709c7723f
|
fix: factory reset hang on wiping data
|
2024-11-21 23:10:48 +07:00 |
|
Louis
|
ef3c090360
|
fix: Phi 3 Mini Instruct model download url replacement
|
2024-11-21 16:17:27 +07:00 |
|
Louis
|
b733a8738d
|
fix: incorrect gpu selection that cause performance degrade on CPU only mode
|
2024-11-21 14:15:28 +07:00 |
|
Louis
|
fe6412e1d4
|
feat: configure HuggingfaceToken via cortex.cpp
|
2024-11-21 13:13:29 +07:00 |
|
Louis
|
daefa99a9d
|
chore: keep the deps folder with gitkeep placeholder file
|
2024-11-21 11:26:21 +07:00 |
|
Louis
|
8590709480
|
fix: correct download script to relocate dll files properly
|
2024-11-21 10:54:44 +07:00 |
|
Louis
|
06df084342
|
fix: temporary create a deps folder to have cortex.cpp work
|
2024-11-21 09:16:15 +07:00 |
|
Louis
|
43c5feb3cc
|
chore: disable stream: false on o1 models
|
2024-11-20 21:45:08 +07:00 |
|
Louis
|
df0801d6d9
|
chore: add back stream parameter to o1 models
|
2024-11-20 21:40:46 +07:00 |
|
Louis
|
4820218a11
|
fix: broken cohere API response transform
|
2024-11-20 21:36:08 +07:00 |
|
Louis
|
33bfd0eed8
|
fix: disable timeout on model load
|
2024-11-20 20:39:43 +07:00 |
|
Louis
|
239e5f52e8
|
fix: force vision models to run with legacy settings
|
2024-11-20 12:43:10 +07:00 |
|
Louis
|
3ea2d9c0ae
|
fix: bump cortex.cpp to latest version - recursively scanning models folder should also include remote models
|
2024-11-20 12:33:42 +07:00 |
|
Louis
|
10e1201083
|
Merge pull request #4049 from janhq/fix/openai-o1-model-parameters
fix: correct OpenAI o1 model parameters
|
2024-11-20 01:09:58 +07:00 |
|
Louis
|
b4f25408c4
|
chore: append vision models to legacy list
|
2024-11-20 00:08:56 +07:00 |
|
Louis
|
0b3847a8b1
|
chore: ensure server is started before letting other requests go thru
|
2024-11-19 23:45:08 +07:00 |
|
Louis
|
af20587846
|
fix: handle symlink model import failure - fallback to legacy model run
|
2024-11-19 22:39:35 +07:00 |
|
Louis
|
11637c5244
|
fix: correct OpenAI o1 model parameters
|
2024-11-19 22:10:12 +07:00 |
|
Louis
|
0f05910f63
|
chore: bump cortex.cpp 1.0.3-rc4
|
2024-11-19 19:48:57 +07:00 |
|
Louis
|
28add39a51
|
chore: add model pull options - correct url path
|
2024-11-19 16:39:23 +07:00 |
|
Louis
|
bd850fb357
|
chore: reduce destroy attempts
|
2024-11-19 13:27:49 +07:00 |
|
Louis
|
363008d37f
|
fix: model import edge cases
|
2024-11-19 11:44:19 +07:00 |
|
Louis
|
7a084b6589
|
Merge pull request #4040 from janhq/fix/rerender-component
chore: refactor rerender components
|
2024-11-18 20:55:22 +07:00 |
|
Louis
|
e9fd7f4554
|
fix: models load
|
2024-11-18 18:22:09 +07:00 |
|
Louis
|
1eb600f881
|
Merge pull request #4022 from janhq/feat/cortex-cpp-engine-variants
feat: support cortex.cpp engine variants
|
2024-11-18 16:35:13 +07:00 |
|
Louis
|
f75dc662ee
|
chore: reduce app launch time
|
2024-11-18 15:58:15 +07:00 |
|
Louis
|
5243e4a095
|
fix: correct cortex repo url
|
2024-11-18 14:22:10 +07:00 |
|
Louis
|
888da28e91
|
Merge pull request #4031 from janhq/fix/document-retrieval-does-not-work
fix: Jan 0.5.8 could not get uploaded documents
|
2024-11-18 09:44:30 +07:00 |
|
Faisal Amir
|
f5a709b268
|
fix: max tokens params OpenRouter (#4026)
|
2024-11-18 09:24:44 +07:00 |
|
Louis
|
693796a68d
|
fix: remove hacky retrieval settings and engine routing
|
2024-11-17 14:36:52 +07:00 |
|
Louis
|
6e9c34baf7
|
chore: cortex.cpp version bump
|
2024-11-16 16:23:06 +07:00 |
|
Louis
|
6f066357ed
|
chore: bump new engine version 0.1.39 and get rid of dangling process
|
2024-11-16 16:06:37 +07:00 |
|
Louis
|
a38715f18a
|
fix: should queue health check and default engine set before starting model
|
2024-11-14 23:51:51 +07:00 |
|
Louis
|
a15d92dbdc
|
feat: integrates cortex.cpp engine variants
|
2024-11-14 21:09:44 +07:00 |
|
Ashu
|
44b7198bdb
|
Merge branch 'dev' into patch-1
|
2024-11-13 23:03:32 +05:30 |
|