File tree Expand file tree Collapse file tree
src/tests/OpenAI.IntegrationTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ public async Task GenerateFiveRandomWordsAsJsonObject(CustomProvider customProvi
131131 //[DataRow(CustomProvider.XAi)]
132132 //[DataRow(CustomProvider.Together)]
133133 //[DataRow(CustomProvider.Hyperbolic)]
134+ [ DataRow ( CustomProvider . Nvidia ) ]
134135 public async Task ChatWithVision ( CustomProvider customProvider )
135136 {
136137 var pair = GetAuthorizedChatApi ( customProvider , model : customProvider switch
@@ -139,6 +140,7 @@ public async Task ChatWithVision(CustomProvider customProvider)
139140 CustomProvider . Groq => Environment . GetEnvironmentVariable ( "GROQ_VISION_MODEL" ) is { Length : > 0 } groqVisionModel
140141 ? groqVisionModel
141142 : "meta-llama/llama-4-scout-17b-16e-instruct" ,
143+ CustomProvider . Nvidia => "microsoft/phi-3.5-vision-instruct" ,
142144 _ => null ,
143145 } ) ;
144146 using var api = pair . Api ;
You can’t perform that action at this time.
0 commit comments