Commit Graph

13 Commits

Author SHA1 Message Date
siaeyy ccd048118a fix(utils/crawl_github_files): error message
The formatted error messages that use undefined variables are fixed and their contents are changed.
2025-04-24 23:26:48 +03:00
siaeyy 03555caa87 refactor(utils/crawl_github_files): deciding default branch
Previously the default branch name was considered to be "main", which was wrong.
To fix this, dont put the ref param to query and let Github decide default branch.
2025-04-23 12:21:36 +03:00
siaeyy ea524efebc fix(utils/crawl_github_files): branch names that includes "/"
To fix this problem, my solution was getting branch names from Github api and checking for matching.
If there is no match, this time check is a tree like this exists.
2025-04-23 12:18:47 +03:00
Marcel Santee e7a4931d37 improve error raising 2025-04-22 14:15:23 -03:00
zachary62 99cc41ea68 update the crawl 2025-04-21 16:03:44 -04:00
zachary62 0d2c29e7c7 move crawl local to utils 2025-04-09 11:09:33 -04:00
Zach 80b2b118bd Merge pull request #8 from SkrOYC/patch-1
Update call_llm.py with beginner friendly AI Studio key support
2025-04-07 21:38:23 -04:00
Zach 2db0d83065 Merge pull request #4 from mathd/github_ssh_repo
support downloading GitHub repo with ssh
2025-04-07 21:38:09 -04:00
SkrOYC b7a4378c08 Update call_llm.py with beginner friendly AI Studio key support
Adding a whole client definition for those using AI Studio
2025-04-07 19:32:55 -04:00
zachary62 374d3eb44d update the llm setup 2025-04-07 11:14:03 -04:00
Mathieu Dupuis ea5e8969f0 support downloading GitHub repo with ssh 2025-04-06 17:10:12 -04:00
zachary62 dc4d445676 update readme examples 2025-04-04 15:06:41 -04:00
Zach 41ecb66b4a Initial commit 2025-04-02 16:56:35 -04:00