From fe1fca2eed9fb7e24208e1e81823e7b108665de8 Mon Sep 17 00:00:00 2001 From: Saurabh Zinjad Date: Mon, 9 Sep 2024 16:08:30 -0700 Subject: [PATCH 1/2] Refactor __init__.py to set api_key to provided value --- zlm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zlm/__init__.py b/zlm/__init__.py index e58054d..a408687 100644 --- a/zlm/__init__.py +++ b/zlm/__init__.py @@ -67,7 +67,7 @@ def __init__( else: self.api_key = None else: - self.api_key = None + self.api_key = api_key self.llm = self.get_llm_instance() From 64410bc0ac80e32a438493114af5d61809a20dcf Mon Sep 17 00:00:00 2001 From: Saurabh Zinjad Date: Tue, 24 Sep 2024 22:44:37 -0700 Subject: [PATCH 2/2] Bump version --- pyproject.toml | 2 +- resources/publish.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 resources/publish.sh diff --git a/pyproject.toml b/pyproject.toml index f3e6a27..0a49fce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "zlm" -version = "0.1.34" +version = "0.1.35" description = "Simplify and improve your job hunting experience by integrating LLMs to automate tasks such as resume and cover letter generation, as well as application submission, saving users time and effort." authors = ["Saurabh Zinjad "] readme = "README.md" diff --git a/resources/publish.sh b/resources/publish.sh old mode 100644 new mode 100755