Intent-tuned LLM router that selects the best LLM for a user query

by fbnbron 5/7/2024, 9:35 PMwith 4 comments

by robertclauson 5/8/2024, 1:48 AM

An example with different fine-tuned models (especially smaller/cheaper ones) would probably be more interesting than running against a bunch of similar foundation models. For example throwing in some code-generation models and demonstrating that it picks those for coding problems.

by PeterStueron 5/8/2024, 3:05 PM

I was shocked how much better CodeQwen1.5 was at Python compared to ChatGPT 4.

by rfcon 5/7/2024, 10:57 PM

Very cool... nice work.