Commit Graph

3411 Commits

Author SHA1 Message Date
Timothy J. Baek 88d053833d feat: preset backend logic 2024-05-25 02:05:05 -07:00
Timothy J. Baek 7d2ab168f1 refac: repeat_penalty renamed to frequency_penalty 2024-05-25 02:04:47 -07:00
Timothy J. Baek 1fbcf13371 fix: model edit 2024-05-25 01:01:50 -07:00
Timothy J. Baek bd6ccf8c15 refac: num_predict renamed to max_tokens 2024-05-25 00:58:20 -07:00
Timothy J. Baek 1aa33a4667 refac 2024-05-25 00:44:21 -07:00
Timothy J. Baek fad07d2049 feat: import models 2024-05-25 00:36:08 -07:00
Timothy J. Baek ea69087697 fix 2024-05-25 00:24:31 -07:00
Timothy J. Baek 331941dbc1 feat: show desc in model selector 2024-05-25 00:19:26 -07:00
Timothy J. Baek 1fb4c60233 fix: playground 2024-05-25 00:02:17 -07:00
Timothy J. Baek 0c7f0f4430 refac: suggestion prompts 2024-05-24 23:54:22 -07:00
Timothy J. Baek bbf5e37f6f fix 2024-05-24 23:43:13 -07:00
Timothy J. Baek 96c0b8a6a6 feat: clone support 2024-05-24 23:42:27 -07:00
Timothy J. Baek 0715cd2811 feat: model capabilities 2024-05-24 23:34:58 -07:00
Timothy J. Baek 89d80b58e1 fix: presets should not be allowed as a base model 2024-05-24 22:47:44 -07:00
Timothy J. Baek 83097cd8be refac: remove modelfiles completely 2024-05-24 22:40:36 -07:00
Timothy J. Baek c8393db97c fix 2024-05-24 22:29:26 -07:00
Timothy J. Baek ce3d582e61 refac: responseMessage 2024-05-24 22:28:32 -07:00
Timothy J. Baek dac9634242 feat: create model 2024-05-24 22:21:57 -07:00
Timothy J. Baek ca3108a54d refac 2024-05-24 20:29:13 -07:00
Timothy J. Baek e316abcfc8 refac: better migration script 2024-05-24 19:26:27 -07:00
Timothy J. Baek 8bca17ee1d refac 2024-05-24 18:32:48 -07:00
Timothy J. Baek 708d755eda feat: model update 2024-05-24 18:26:36 -07:00
Timothy J. Baek 0a48114bd2 refac 2024-05-24 03:06:57 -07:00
Timothy J. Baek 468c6398cd feat: unified models integration 2024-05-24 03:02:56 -07:00
Timothy J. Baek e80e4c304a refac 2024-05-24 02:17:48 -07:00
Timothy J. Baek 404875cab9 fix 2024-05-24 02:11:17 -07:00
Timothy J. Baek 6dbd59c7c6 fix: migration 2024-05-24 01:43:04 -07:00
Timothy J. Baek 110ed67468 feat: unified /models endpoint 2024-05-24 01:40:48 -07:00
Timothy J. Baek 4d57e08b38 feat: modelfiles to models 2024-05-24 00:26:00 -07:00
Timothy J. Baek 17e4be49c0 feat: migrate modelfiles to models 2024-05-23 23:47:01 -07:00
Timothy J. Baek 3be0fa63ee fix 2024-05-23 22:59:11 -07:00
Timothy J. Baek 363ab562c3 refac: migration 2024-05-23 22:58:26 -07:00
Timothy J. Baek 7d159ca723 fix: styling 2024-05-22 23:34:29 -07:00
Timothy J. Baek bfdf4f7a8a refac: #2506 2024-05-22 22:05:13 -07:00
Timothy Jaeryang Baek f34fd3fbe1
Merge pull request #2140 from cheahjs/feat/model-config
feat: configurable model name, description and vision capability
2024-05-22 14:03:54 -10:00
Timothy J. Baek d0d76e2ad5 refac 2024-05-22 16:11:02 -07:00
Timothy Jaeryang Baek 98194d97df
Merge pull request #2480 from sime2408/feature/translation-fixes-croatian
feat/translation fixes croatian
2024-05-22 09:42:02 -10:00
Timothy Jaeryang Baek 1c2c244041
Merge branch 'dev' into feature/translation-fixes-croatian 2024-05-22 09:41:53 -10:00
Timothy Jaeryang Baek f8e77ea129
Merge pull request #2490 from reiebrole30/dev
Dev: Added Cebuano Translation
2024-05-22 09:41:23 -10:00
Timothy Jaeryang Baek bf6f0c380b
Merge pull request #2501 from cheahjs/feat/speed-up-loading
refac: speed up app mount by parallelizing API requests
2024-05-22 09:39:55 -10:00
Jun Siang Cheah 929384e39a refac: speed up app mount by parallelizing API requests 2024-05-22 19:40:16 +01:00
Rei Ebrole c7027f11d6
Update languages.json
Removed duplicate entry of ceb-PH in the lang code json
2024-05-23 02:32:42 +08:00
Timothy Jaeryang Baek f8778333e5
Merge pull request #2487 from cheahjs/chore/upgrade-deps
chore: upgrade github actions and python dependencies
2024-05-22 06:10:36 -10:00
root ffd157d80c adding Cebuano translation
Merge remote-tracking branch 'fork/main'
2024-05-22 10:07:04 +00:00
Rei Ebrole b4d737c2ff
Update languages.json 2024-05-22 18:00:21 +08:00
root 482d615950 Added Cebuano 2024-05-22 09:57:47 +00:00
Jun Siang Cheah 1aebf88069 chore: update python dependencies 2024-05-22 09:50:22 +01:00
Jun Siang Cheah dcae813d05 chore: update github actions 2024-05-22 09:23:26 +01:00
Timothy Jaeryang Baek 8df0429c99
Merge branch 'dev' into feat/model-config 2024-05-21 21:37:04 -10:00
Timothy J. Baek 59602eea09 chore: format 2024-05-22 00:02:20 -07:00