tabby/crates
antimonyGu 28a5328d9f
feat(ui): allow selecting model in answer engine (#3304)
* llm select FE sketch

* fetch model array & select model drop down

* finish model select function & to be polished

* fix selectedModel init value and style

* fix lint

* rename DropdownMenuItems

* refine feature toggle

* chore(answer): set chat model's name by selection

* refine model select dropdown position

* [autofix.ci] apply automated fixes

* properly fill model name

* rename selectedModelName to modelName

* uplift modelName state

* clean log

* format code

* fix lint

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

* [autofix.ci] apply automated fixes (attempt 3/3)

* feat(ui): show tool bar in  search page

* fix: fix ui test

* refactor(chart-ui): persist modelName and show modelName selection in followup

* handle selectedModel not in models api

* fix: throw warning when request model is not in supported_models

* fix: fix modelInfo?.chat not supported case and check request.mode is supported in BE

* fix: using warn! to print warning

* fix: fix ui lint

* update: ajust style and check if model is valid

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Meng Zhang <meng@tabbyml.com>
Co-authored-by: liangfung <1098486429@qq.com>
2024-11-05 08:16:21 -08:00
..
aim-downloader chore(download): properly implement partitioned model download (#3294) 2024-10-21 16:19:54 +08:00
hash-ids refactor(hash-ids): fork hash-ids to return None instead of panic when ID is not valid (#3083) 2024-09-05 21:54:27 +00:00
http-api-bindings feat(ui): allow selecting model in answer engine (#3304) 2024-11-05 08:16:21 -08:00
llama-cpp-server chore(llama-cpp-server): add timeout and retry delay for llama-server health check (#3369) 2024-11-05 09:51:48 +08:00
ollama-api-bindings refactor(config): make HttpModelConfig.api_endpoint optional, so we can use default value for certain model kind (#2760) 2024-07-31 18:22:29 +00:00
tabby refactor(api): remove unused serde and utoipa attributes for CodeSearch / DocSearch 2024-10-31 15:24:46 -07:00
tabby-common chore(config): validate supported models (#3293) 2024-11-01 12:43:27 -07:00
tabby-crawler refactor(crawl): remove useless extension filter as we apply it in -crawl-out-scope 2024-09-04 10:11:57 -07:00
tabby-download fix(download): should check local models validate download urls (#3363) 2024-11-03 14:19:18 -08:00
tabby-git feat(git): support query with quoted string for repository_grep (#2784) 2024-08-06 12:49:45 -07:00
tabby-index docs(indexer): add documentation for build_attributes and build_chunk_attributes methods 2024-10-31 15:24:46 -07:00
tabby-index-cli Release 0.18.0-dev.0 2024-09-05 19:45:32 -07:00
tabby-inference feat(ui): allow selecting model in answer engine (#3304) 2024-11-05 08:16:21 -08:00