Kartik Shetty
Kartik Shetty
fixes #746 dark theme in settings page 
On deselecting or selecting multiple models simultaneously, only one textbox disappears/appears. [UI_bug.webm](https://github.com/h2oai/h2ogpt/assets/94371461/7b42a20b-6fa0-4ba2-b1a4-e31e10ece8d2)
fixes #945 Adding Infinite scroll [Limit_15_for_demo.webm](https://github.com/huggingface/chat-ui/assets/94371461/a0840650-cfc3-4f9a-9375-80126cd67f93)
Works fine for models but not assistants  
fixes #748 Adding anchor to input custom instruction in [Settings layout](https://github.com/KartikGS/chat-ui/blob/f86b724e8e2fb5f3c4348a7801c0f105b4387636/src/routes/settings/%2Blayout.svelte#L80-L87) and adding new route for custom instruction input in [src/routes/settings/custom](https://github.com/KartikGS/chat-ui/tree/feat/custom_instruction/src/routes/settings/custom).  Adding custom instruction to the setting store in...
Adding the models to mongodb as a part of [pr#1362](https://github.com/huggingface/chat-ui/pull/1362) and [fix#1286](https://github.com/huggingface/chat-ui/issues/1286) I have simply used the inferred [modelConfig Type](https://github.com/KartikGS/chat-ui/blob/838f58b775a438431abeafa6c7ea82e82ee02ed9/src/lib/server/models.ts#L71) and added it to the [database collection](https://github.com/KartikGS/chat-ui/blob/838f58b775a438431abeafa6c7ea82e82ee02ed9/src/lib/server/database.ts#L87) Changes to [hooks.server.ts](https://github.com/KartikGS/chat-ui/blob/838f58b775a438431abeafa6c7ea82e82ee02ed9/src/hooks.server.ts#L31)...