Skip to content

Instantly share code, notes, and snippets.

@tony-0tis
Last active April 20, 2024 02:38
Show Gist options
  • Save tony-0tis/8cbd21c32e59676078a0394d3b6107db to your computer and use it in GitHub Desktop.
Save tony-0tis/8cbd21c32e59676078a0394d3b6107db to your computer and use it in GitHub Desktop.
chat.lmsys.org manifest for https://greasyfork.org/scripts/483550
{
"id": "/lmsysChat",
"name": "LMSYS chat",
"short_name": "LMSYS chat",
"description": "Chat with Open Large Language Models",
"categories": [
"utilities"
],
"orientation": "portrait",
"display": "standalone",
"start_url": "https://chat.lmsys.org/",
"scope": "https://chat.lmsys.org/",
"icons": [
{
"src": "https://chat.lmsys.org/assets/logo-3707f936.svg",
"sizes": "576x576",
"type": "image/svg+xml"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment