mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-13 18:34:21 +08:00
(improvement)(chat) Add unit tests for each chatModel and embeddingModel. (#1582)
This commit is contained in:
@@ -13,6 +13,7 @@ import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
public class ModelProvider {
|
||||
|
||||
private static final Map<String, ModelFactory> factories = new HashMap<>();
|
||||
|
||||
public static void add(String provider, ModelFactory modelFactory) {
|
||||
|
||||
Reference in New Issue
Block a user