I hereby claim:
- I am kmad on github.
- I am kmad (https://keybase.io/kmad) on keybase.
- I have a public key ASA2e6pBmP18A69n4Dk1-axyJWsp9TEBi8K9cQbMCsxSXAo
To claim this, I am signing this object:
| # /// script | |
| # dependencies = [ | |
| # "requests<3", | |
| # "rich", | |
| # "dspy", | |
| # "python-dotenv", | |
| # "pymupdf", | |
| # ] | |
| # /// |
| import openai | |
| from openai_function_call import OpenAISchema | |
| from pydantic import Field | |
| from typing import List, Any | |
| import requests | |
| from bs4 import BeautifulSoup | |
| def getPage(url): | |
| html = requests.get(url).content |
I hereby claim:
To claim this, I am signing this object: