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

Cleanup Item: Update constants.ts #570

Closed
wants to merge 1 commit into from

Conversation

aliasfoxkde
Copy link
Collaborator

I updated the list, added Qwen/QwQ-32B-Preview, cleaned up the list (most API's each on a single line for clarity and sorted; easy to spot duplicates, etc.), and removed duplicates. See related issue #514

I updated the list, added Qwen/QwQ-32B-Preview, cleaned up the list (most API's each on a single line for clarity and sorted; easy to spot duplicates, etc.), and removed duplicates. See related issue #514
@champ2050
Copy link

Thank you, @aliasfoxkde! Could you also add the latest HuggingFace Meta 3.3 70B model? It seems they just released it yesterday, and it looks like a solid model to test. Additionally, @chrismahoney and @wonderwhy-er, could you kindly review and merge this? I primarily use Hugging Face and rely on having access to the latest models for testing.

@aliasfoxkde
Copy link
Collaborator Author

Yeah, easy enough to add but shouldn't need to be done in code and wait for a PR. Another dev is working on bringing it to the UI, which will be a massive improvement. It looks nice, there's a demo video of it working.

@champ2050
Copy link

Sounds good, thanks! Keeping track of new models is always a bit of a challenge, so I really appreciate it.

{ name: 'meta-llama/Llama-3.1-8B-Instruct', label: 'Llama-3.1-8B-Instruct (HuggingFace)', provider: 'HuggingFace', maxTokenAllowed: 8000, },
{ name: 'meta-llama/Llama-3.1-70B-Instruct', label: 'Llama-3.1-70B-Instruct (HuggingFace)', provider: 'HuggingFace', maxTokenAllowed: 8000, },
{ name: 'meta-llama/Llama-3.1-405B', label: 'Llama-3.1-405B (HuggingFace)', provider: 'HuggingFace', maxTokenAllowed: 8000, },
{ name: 'NousResearch/Hermes-3-Llama-3.1-8B', label: 'Hermes-3-Llama-3.1-8B (HuggingFace)', provider: 'HuggingFace', maxTokenAllowed: 8000, },
],

Choose a reason for hiding this comment

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

  { name: 'meta-llama/Llama-3.3-70B-Instruct', Llama-3.3-70B-Instruct (HuggingFace)', provider: 'HuggingFace', maxTokenAllowed: 8000, },

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

💯

@aliasfoxkde aliasfoxkde closed this by deleting the head repository Dec 14, 2024
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.

2 participants