aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers/inference.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Move inference to the shared packageMohamed Bassem2024-10-261-155/+0
|
* feature: Allow reseting user password, change their roles and create new ↵kamtschatka2024-10-191-1/+1
| | | | | | | | | | | | | | | users. Fixes #495 (#567) * How do I set the variable "user" or "system" for AI inference #262 changed from system to user * Make Myself an Admin #560 added user management functionality to the admin page * A bunch of UI fixes and simplifications --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feature: Allow customizing the inference's context lengthMohamedBassem2024-10-121-0/+3
|
* feature(worker): Allow configuring inference job timeout and ollama keep ↵MohamedBassem2024-09-151-0/+1
| | | | alive. Fixes #389 #224
* feature(inference): Upgrade the default vision model to the new gpt-4-turboMohamedBassem2024-04-091-0/+1
|
* format: Add missing lint and format, and format the entire repoMohamedBassem2024-03-301-2/+8
|
* fix: Attempt to increase the reliability of the ollama inferenceMohamedBassem2024-03-271-13/+32
|
* feature: Add support for local models using ollamaMohamedBassem2024-03-271-0/+125