feat: add Groq provider models and show provider info in UI 05dfa56 uparekh01151 commited on Sep 21, 2025
Fix Nebius provider to use chat.completions.create for conversational models 682dc03 uparekh01151 commited on Sep 20, 2025
Simplify to use only text_generation for all providers - remove chat completion methods 58f426e uparekh01151 commited on Sep 20, 2025
Switch to Llama-3.1-8B-Instruct with Nebius provider using chat.completions.create method b16182c uparekh01151 commited on Sep 20, 2025
Fix Together provider: use chat_completion instead of text_generation for conversational models ca333e4 uparekh01151 commited on Sep 20, 2025
Add Qwen3-Next-80B model with Together provider and update InferenceClient to support multiple providers e65f7af uparekh01151 commited on Sep 20, 2025
Fix provider name: change 'huggingface' to 'hf-inference' for InferenceClient 710113d uparekh01151 commited on Sep 20, 2025
Fix InferenceClient usage: use provider='huggingface' and api_key parameter as per documentation a598199 uparekh01151 commited on Sep 20, 2025
Replace manual HTTP requests with InferenceClient for better reliability and error handling c1c187b uparekh01151 commited on Sep 20, 2025