Go to the source code of this file.
Namespaces | |
gpt_generate | |
Functions | |
def | gpt_generate.generate_ipynb (str file_path, openai_client) |
def | gpt_generate.is_url_valid (url) |
def | gpt_generate.save_ipynb (str text, str file_path) |
Variables | |
string | gpt_generate._asst_id = "asst_na7wYBtXyGU0x5t2RdcnpxzP" |
string | gpt_generate._gtsam_gh_base = "https://raw.githubusercontent.com/borglab/gtsam/refs/heads/develop/" |
string | gpt_generate._output_folder = "output" |
string | gpt_generate._request_text = "Document the file found at {}." |
gpt_generate.args = parser.parse_args() | |
gpt_generate.client = OpenAI() | |
gpt_generate.help | |
gpt_generate.nargs | |
gpt_generate.parser | |