Skip to content

Commit 08cd8ee

Browse files
committed
update lab content
1 parent a012121 commit 08cd8ee

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

code/07.Lab/01/extensions/phi3ext/src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ export function activate(extcontext: vscode.ExtensionContext) {
6161
{
6262
var result = "```txt"+"\n\n"+"Please ask question like this Your question (IMG_URL:https://example.com/image.jpg)"+ "\n\n" +"```";
6363
stream.progress(result);
64-
6564
}
6665

6766

md/07.Labs/VSCode/HOL/04.CreatePhi3AgentInVSCode.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,6 @@ async function gen(prompt: string) {
245245

246246
async function genImage(prompt: string, img_url: string) {
247247

248-
// const postData: GenCode = {
249-
// question: prompt
250-
// };
251248
const response = await fetch('Your Phi-3-Vision Endpoint', {
252249
method: 'POST',
253250
body: JSON.stringify({

0 commit comments

Comments
 (0)