Skip to content

Commit

Permalink
fixing bug from _process_prompt func
Browse files Browse the repository at this point in the history
  • Loading branch information
Phicks-debug committed Nov 18, 2024
1 parent e3a0096 commit e40cdfb
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 314 deletions.
Binary file not shown.
Binary file not shown.
312 changes: 0 additions & 312 deletions build/lib/bedrock_llm/client.py

This file was deleted.

Empty file.
Binary file removed dist/bedrock_llm-0.1.7.1-py3-none-any.whl
Binary file not shown.
Binary file removed dist/bedrock_llm-0.1.7.1.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/bedrock_llm-0.1.8.5.tar.gz
Binary file not shown.
Binary file removed dist/bedrock_llm-0.1.8.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="bedrock_llm",
version="0.1.8",
version="0.1.8.5",
packages=find_packages(where="src"),
include_package_data=True,
package_dir={"": "src"},
Expand Down
2 changes: 1 addition & 1 deletion src/bedrock_llm.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: bedrock_llm
Version: 0.1.8
Version: 0.1.8.5
Summary: A Python LLM framework for interacting with AWS Bedrock services, built on top of boto3. This library serves as a comprehensive tool for fast prototyping, building POCs, and deploying production-ready LLM applications with robust infrastructure support.
Home-page: https://github.com/Phicks-debug/bedrock_llm
Author: Tran Quy An
Expand Down

0 comments on commit e40cdfb

Please sign in to comment.