DataEngEval / src /models_registry.py

Commit History

feat: add Groq provider models and show provider info in UI
05dfa56

uparekh01151 commited on

feat: add DeepSeek-R1 model with Together provider
1b57635

uparekh01151 commited on

change provide for DeepSeek-R1-Distill-Llama-8B
92df651

uparekh01151 commited on

Fix Nebius provider to use chat.completions.create for conversational models
682dc03

uparekh01151 commited on

Simplify to use only text_generation for all providers - remove chat completion methods
58f426e

uparekh01151 commited on

Switch to Llama-3.1-8B-Instruct with Nebius provider using chat.completions.create method
b16182c

uparekh01151 commited on

Fix Together provider: use chat_completion instead of text_generation for conversational models
ca333e4

uparekh01151 commited on

Add Qwen3-Next-80B model with Together provider and update InferenceClient to support multiple providers
e65f7af

uparekh01151 commited on

Fix provider name: change 'huggingface' to 'hf-inference' for InferenceClient
710113d

uparekh01151 commited on

Fix InferenceClient usage: use provider='huggingface' and api_key parameter as per documentation
a598199

uparekh01151 commited on

Replace manual HTTP requests with InferenceClient for better reliability and error handling
c1c187b

uparekh01151 commited on

Initial commit for DataEngEval
acd8e16

uparekh01151 commited on