Kartik Shetty

Results 6 issues of Kartik Shetty

fixes #746 dark theme in settings page ![image](https://github.com/huggingface/chat-ui/assets/94371461/b84b76cd-7c67-4a4c-8c66-6da4fda759b6)

front

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)

enhancement
back

Works fine for models but not assistants ![image](https://github.com/huggingface/chat-ui/assets/94371461/aa4f14d2-3ec0-42f5-adca-947ee778a108) ![image](https://github.com/huggingface/chat-ui/assets/94371461/096f137c-c972-4d09-a4d5-0708c65e1324)

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). ![image](https://github.com/huggingface/chat-ui/assets/94371461/dd4b1eec-271d-4250-81c5-aa257552f35a) Adding custom instruction to the setting store in...

enhancement
front
back

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)...