We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7bdaea commit 22f8fafCopy full SHA for 22f8faf
osmosis_ai/consts.py
@@ -2,7 +2,7 @@
2
3
# Extract package metadata
4
package_name = "osmosis-ai"
5
-package_version = "0.1.3"
+package_version = "0.1.5"
6
7
indent = 2 # Number of spaces to use for indentation in pretty print
8
osmosis_api_url = "https://ftgrv77m9f.execute-api.us-west-2.amazonaws.com/prod"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "osmosis-ai"
-version = "0.1.3"
+version = "0.1.5"
description = "Monkey patches LLM client libraries to print all prompts and responses"
9
readme = "README.md"
10
authors = [
0 commit comments