aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/config.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-12feature: Allow customizing the inference's context lengthMohamedBassem1-0/+2
2024-10-12feature: Allow to disable default password login after SSO is configured. Fix...kamtschatka1-3/+3
2024-10-06feature: Allow disabling password signups (#413)kamtschatka1-0/+3
2024-09-29feature(web): Add the ability to customize the inference prompts. Fixes #170MohamedBassem1-0/+3
2024-09-15feature: Added support for custom OIDC providers to set up authentication. Fi...kamtschatka1-0/+15
2024-09-15feature(worker): Allow configuring inference job timeout and ollama keep aliv...MohamedBassem1-0/+4
2024-07-27feat: Upgrade default openai models to gpt-4o-mini which are 3x cheaperMohamedBassem1-2/+2
2024-07-21refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)Mohamed Bassem1-10/+0
2024-05-26feature: Full page archival with monolith. Fixes #132MohamedBassem1-0/+2
2024-05-16feature(inference): Upgrade the default vision model to the new gpt-4o-2024-0...MohamedBassem1-1/+1
2024-05-15feature(crawler): Allow connecting to browser's websocket address and launchi...MohamedBassem1-0/+4
2024-05-15feature(worker): Allow configuring redis with a passwordMohamedBassem1-0/+2
2024-05-12feature: Take full page screenshots #143 (#148)kamtschatka1-0/+2
2024-05-03fix: Allow zod to coerce the crawler timeout from strings. Fixes #134MohamedBassem1-2/+2
2024-04-26feature(crawler): Allow increasing crawler concurrency and configure storing ...MohamedBassem1-0/+6
2024-04-11fix: Increase default navigation timeout to 30s, make it configurable and add...MohamedBassem1-0/+2
2024-04-09feature(inference): Upgrade the default vision model to the new gpt-4-turboMohamedBassem1-1/+1
2024-04-06fix(workers): Increase default timeout to 60s, make it configurable and impro...MohamedBassem1-0/+2
2024-04-02feature: Include server version in the admin UI. Fixes #66MohamedBassem1-0/+7
2024-04-02feat(workers): Allow configuring the language in which the tags are generated...MohamedBassem1-0/+2
2024-03-31chore(workers): Remove unused configuration optionsMohamedBassem1-4/+0
2024-03-27feature: Change maximum asset size to be configurable. Fixes #33MohamedBassem1-0/+2
2024-03-27feature: Allow specifying a specific redis db to use. Fixes #13MohamedBassem1-0/+2
2024-03-27feature: Add support for local models using ollamaMohamedBassem1-0/+2
2024-03-27refactor: Validate env variables using zodMohamedBassem1-32/+71
2024-03-26fix: Allow setting demo mode creds when demo mode is enabledMohamedBassem1-1/+4
2024-03-24docker: Use external chrome docker containerMohamedBassem1-0/+1
2024-03-22feature: Add an option to disable new signupsMohamedBassem1-15/+5
2024-03-19feature(web): Add support for demo modeMohamedBassem1-0/+5
2024-03-19refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem1-6/+7
2024-03-01feature: Add full text search supportMohamedBassem1-0/+6
2024-02-20feature: Basic support for demo modeMohamedBassem1-0/+1
2024-02-17build: Fix docker imagesMohamedBassem1-0/+2
2024-02-17fix: Let the crawler wait a bit more for page loadMohamedBassem1-0/+3
2024-02-14chore: Consolidate all config vars in one fileMohamedBassem1-1/+9
2024-02-11refactor: Migrating to trpc instead of next's route handersMohamedBassem1-0/+0
2024-02-09[chore] Linting and formating tweakingMohamedBassem1-1/+1
2024-02-08[refactor] Move the different packages to the package subdirMohamedBassem1-0/+0
2024-02-07[ui] Very first draft of the link gridMohamedBassem1-0/+1
2024-02-06[Auth] Fix authentication configMohamedBassem1-5/+6
2024-02-06Linting and formattingMohamedBassem1-6/+6
2024-02-06Move the web app into a subdirMohamedBassem1-0/+0
2024-02-05Init NextAuthMohamedBassem1-0/+20