InAnYan / jabref

Graphical Java application for managing BibTeX and biblatex (.bib) databases
https://devdocs.jabref.org
MIT License
0 stars 0 forks source link

Cannot select a chat model for Hugging Face #121

Closed koppor closed 3 months ago

koppor commented 3 months ago

image

Either the field should be disabled - or models should be offered

InAnYan commented 3 months ago

You should select models from here https://huggingface.co/models.

And then copy model ID like this: google/gemma-2b from https://huggingface.co/google/gemma-2b.

What's the best way to tell users about this?

1) Disabled - that's not gonna work 2) Models offered - there are nearly 1M models

I propose leaving this in the documentation. If user don't know what to write here, he can just click on help button

koppor commented 3 months ago

Use libraryListView.setPlaceholder( to guide the user. For text fields you can use setPrompt. With that, the UI gets more user friendly.

InAnYan commented 3 months ago

That's all?

koppor commented 3 months ago

That's all?

Sometimes, it is easy.