refactor transcriber factory to use model metadata
- factory now looks up Model via provider.GetModel() - switches on model.AdapterType instead of provider name - uses model.Endpoint for adapter configuration - streaming models return clear error (not yet implemented) - empty model falls back to provider default - added tests for streaming and unknown model errors
This commit is contained in:
+1
-1
@@ -373,7 +373,7 @@
|
||||
"Streaming models return clear error until implemented",
|
||||
"Typecheck passes"
|
||||
],
|
||||
"passes": false
|
||||
"passes": true
|
||||
},
|
||||
{
|
||||
"title": "Update config.ToTranscriberConfig to work with new architecture",
|
||||
|
||||
Reference in New Issue
Block a user