Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discord bot: Pythia model #2831

Merged
merged 10 commits into from Apr 22, 2023
Merged

Discord bot: Pythia model #2831

merged 10 commits into from Apr 22, 2023

Conversation

MrlolDev
Copy link
Contributor

Changes:

  • Added pythia model to discord bot
  • Added a button in the answers that shows the model used
  • Added a selector when click the model button to change the model

@github-actions
Copy link

pre-commit failed.
Please run pre-commit run --all-files locally and commit the changes.
Find more information in the repository's CONTRIBUTING.md

})
.addChoices(
{
name: "OA_SFT_Llama_30B",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be best if the list of available models in the future would be requested at the inference-server (/models endpoint). It will be constantly changing .. you were probably irritated that so many are displayed in the staging environment .. but that's really only a "problem" in staging.

Copy link
Collaborator

@andreaskoepf andreaskoepf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks a lot! :-)

@andreaskoepf andreaskoepf merged commit b6c4f72 into LAION-AI:main Apr 22, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants