janhq / jan

Jan is an open source alternative to ChatGPT that runs 100% offline on your computer. Multiple engine support (llama.cpp, TensorRT-LLM)
https://jan.ai/
GNU Affero General Public License v3.0
22.06k stars 1.27k forks source link

feat: Local API server - Should allow view / copy model id in model dropdown list #3559

Open Van-QA opened 1 week ago

Van-QA commented 1 week ago

Description: The current model ID is not visible in the local API server, making it challenging for users to efficiently create API requests.

Proposed Solution: Implement a way to view / copy model ID on the API server page, making it easier for users to reference and incorporate into their requests.

0xSage commented 1 week ago

@imtuyethan do we have a ticket/epic tracking the API Server UI revamp?

I think there are a lot of small nits like this one that need to be incorporated. This one can be merged into it.