We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 923e19c + 0b0a394 commit f1aa94bCopy full SHA for f1aa94b
03-CoreGenerativeAITechniques/src/Vision-01MEAI-GitHubModels/Program.cs
@@ -32,7 +32,7 @@
32
string systemPrompt = @"You are a useful assistant that describes images using a direct style.";
33
var prompt = promptDescribe;
34
string imageFileName = imgRunningShoes;
35
-string image = Path.Combine(Directory.GetCurrentDirectory(), "images", imageFileName);
+string image = Path.Combine(Directory.GetParent(Directory.GetCurrentDirectory()).FullName, "images", imageFileName);
36
37
38
List<ChatMessage> messages =
0 commit comments