From 5e7340a8e3565ae2458b1ced4e7de2d006308c68 Mon Sep 17 00:00:00 2001 From: David Westgate Date: Thu, 9 May 2024 23:33:21 -0700 Subject: [PATCH] format and add media link --- hw4/README.md | 2 +- hw4/app.py | 1 - hw4/screencast_url.txt | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw4/README.md b/hw4/README.md index c573046..47521c6 100644 --- a/hw4/README.md +++ b/hw4/README.md @@ -20,7 +20,7 @@ python3 app.py Test the ability to ingest a web source (not minified or obfuscated) ``` -https://gitlab.com/djw2/web-monitor/-/raw/master/server/server.js +https://www.lipsum.com/index.html ``` Test the ability to de-obfuscate a local javascript source diff --git a/hw4/app.py b/hw4/app.py index e55453f..2a204b0 100644 --- a/hw4/app.py +++ b/hw4/app.py @@ -1,4 +1,3 @@ - from langchain_community.document_loaders.generic import GenericLoader from langchain_community.document_loaders.parsers import LanguageParser from langchain_openai import ChatOpenAI diff --git a/hw4/screencast_url.txt b/hw4/screencast_url.txt index e69de29..c919adb 100644 --- a/hw4/screencast_url.txt +++ b/hw4/screencast_url.txt @@ -0,0 +1 @@ +https://media.pdx.edu/media/t/1_gg3vis72 \ No newline at end of file