From db126609559aa2713cc133776d320c8cddd646dd Mon Sep 17 00:00:00 2001 From: Tonic Date: Tue, 6 Aug 2024 13:07:50 +0200 Subject: [PATCH] add pyproject.toml --- .../llms/llama-index-llms-githubllm/pyproject.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/llama-index-integrations/llms/llama-index-llms-githubllm/pyproject.toml b/llama-index-integrations/llms/llama-index-llms-githubllm/pyproject.toml index 387e388c03bcd..d0613c97dc0df 100644 --- a/llama-index-integrations/llms/llama-index-llms-githubllm/pyproject.toml +++ b/llama-index-integrations/llms/llama-index-llms-githubllm/pyproject.toml @@ -9,6 +9,13 @@ check-hidden = true # work through many typos (--write-changes and --interactive will help) skip = "*.csv,*.html,*.json,*.jsonl,*.pdf,*.txt,*.ipynb" +[tool.llamahub] +contains_example = false +import_path = "llama_index.llms.githubllm" + +[tool.llamahub.class_authors] +GithubLLM = "Josephrp" + [tool.mypy] disallow_untyped_defs = true # Remove venv skip when integrated with pre-commit @@ -17,7 +24,7 @@ ignore_missing_imports = true python_version = "3.8" [tool.poetry] -authors = ["Your Name "] +authors = ["Tonic "] description = "llama-index llms githubllm integration" license = "MIT" name = "llama-index-llms-githubllm"