Skip to content

Commit

Permalink
Merge pull request #33 from Ztrimus/30-llama-31-integration
Browse files Browse the repository at this point in the history
30 llama 31 integration
  • Loading branch information
Ztrimus authored Sep 25, 2024
2 parents db2852c + 64410bc commit b8b07b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down
Empty file modified resources/publish.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion zlm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit b8b07b1

Please sign in to comment.