Skip to content

Commit

Permalink
New AskAi published version
Browse files Browse the repository at this point in the history
  • Loading branch information
yorevs committed Aug 15, 2024
1 parent b7da1e7 commit b0f596b
Show file tree
Hide file tree
Showing 37 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Terminal](https://badgen.net/badge/icon/terminal?icon=terminal&label)](https://github.com/yorevs/homesetup)
[![License](https://badgen.net/badge/license/MIT/gray)](LICENSE.md)
[![Release](https://badgen.net/badge/release/v1.0.11/gray)](docs/CHANGELOG.md#unreleased)
[![Release](https://badgen.net/badge/release/v1.0.12/gray)](docs/CHANGELOG.md#unreleased)
[![Donate](https://badgen.net/badge/paypal/donate/yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=J5CDEFLF6M3H4)
[![build-and-test](https://github.com/yorevs/askai/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/yorevs/askai/actions/workflows/build-and-test.yml)

Expand Down
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = "1.0.11"
current_version = "1.0.12"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "++version {old_version} -> {new_version}"
commit = false
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ author = <B>H</B>ugo <B>S</B>aporetti <B>J</B>unior
mailTo = yorevs@hotmail.com
siteUrl = https://github.com/yorevs/askai
app_name = hspylib-askai
app_version = 1.0.11
app_version = 1.0.12

# Build Tools
buildTools = setuptools, wheel, build, twine, bumpver, pipenv, isort, black, mypy, pylint, pdoc
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
[tool.poetry]

name = "hspylib-askai"
version = "1.0.11"
version = "1.0.12"
description = "HomeSetup - AskAI"
authors = ["Hugo Saporetti Junior <yorevs@hotmail.com>"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions src/demo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# _*_ coding: utf-8 _*_
#
# hspylib-askai v1.0.11
# hspylib-askai v1.0.12
#
# Package: demo
"""Package initialization."""
Expand All @@ -12,4 +12,4 @@
'textual_demos',
'utils'
]
__version__ = '1.0.11'
__version__ = '1.0.12'
4 changes: 2 additions & 2 deletions src/demo/components/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# _*_ coding: utf-8 _*_
#
# hspylib-askai v1.0.11
# hspylib-askai v1.0.12
#
# Package: demo.components
"""Package initialization."""
Expand All @@ -10,4 +10,4 @@
'internet_demo',
'summarizer_demo'
]
__version__ = '1.0.11'
__version__ = '1.0.12'
4 changes: 2 additions & 2 deletions src/demo/features/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# _*_ coding: utf-8 _*_
#
# hspylib-askai v1.0.11
# hspylib-askai v1.0.12
#
# Package: demo.features
"""Package initialization."""
Expand All @@ -10,4 +10,4 @@
'router_demo',
'tools'
]
__version__ = '1.0.11'
__version__ = '1.0.12'
4 changes: 2 additions & 2 deletions src/demo/features/rag/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# _*_ coding: utf-8 _*_
#
# hspylib-askai v1.0.11
# hspylib-askai v1.0.12
#
# Package: demo.features.rag
"""Package initialization."""

__all__ = [
'x_refs_demo'
]
__version__ = '1.0.11'
__version__ = '1.0.12'
4 changes: 2 additions & 2 deletions src/demo/features/tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# _*_ coding: utf-8 _*_
#
# hspylib-askai v1.0.11
# hspylib-askai v1.0.12
#
# Package: demo.features.tools
"""Package initialization."""

__all__ = [
'query_output_demo'
]
__version__ = '1.0.11'
__version__ = '1.0.12'
4 changes: 2 additions & 2 deletions src/demo/others/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# _*_ coding: utf-8 _*_
#
# hspylib-askai v1.0.11
# hspylib-askai v1.0.12
#
# Package: demo.others
"""Package initialization."""
Expand All @@ -10,4 +10,4 @@
'tech_week_demo',
'translate_demo'
]
__version__ = '1.0.11'
__version__ = '1.0.12'
4 changes: 2 additions & 2 deletions src/demo/textual_demos/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# _*_ coding: utf-8 _*_
#
# hspylib-askai v1.0.11
# hspylib-askai v1.0.12
#
# Package: demo.textual_demos
"""Package initialization."""
Expand All @@ -19,4 +19,4 @@
'stopwatch',
'tooltip'
]
__version__ = '1.0.11'
__version__ = '1.0.12'
8 changes: 4 additions & 4 deletions src/main/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Terminal](https://badgen.net/badge/icon/terminal?icon=terminal&label)](https://github.com/yorevs/homesetup)
[![License](https://badgen.net/badge/license/MIT/gray)](LICENSE.md)
[![Release](https://badgen.net/badge/release/v1.0.9/gray)](docs/CHANGELOG.md#unreleased)
[![Release](https://badgen.net/badge/release/v1.0.11/gray)](docs/CHANGELOG.md#unreleased)
[![Donate](https://badgen.net/badge/paypal/donate/yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=J5CDEFLF6M3H4)
[![build-and-test](https://github.com/yorevs/askai/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/yorevs/askai/actions/workflows/build-and-test.yml)

Expand Down Expand Up @@ -76,21 +76,21 @@ The following software are required:
Use Homebrew to install the prerequisite portaudio:

```bash
$ brew install portaudio ffmpeg
$ brew install portaudio ffmpeg libmagic
```

##### GNU/Linux installation

Debian-based systems:

```bash
$ sudo apt install python3-pyaudio ffmpeg
$ sudo apt install python3-pyaudio ffmpeg libmagic-dev
```

RedHat-based systems:

```bash
$ sudo dnf install portaudio-devel redhat-rpm-config ffmpeg
$ sudo dnf install portaudio-devel redhat-rpm-config ffmpeg libmagic-dev
```

#### AskAI installation
Expand Down
4 changes: 2 additions & 2 deletions src/main/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# _*_ coding: utf-8 _*_
#
# hspylib-askai v1.0.11
# hspylib-askai v1.0.12
#
# Package: main
"""Package initialization."""

__all__ = [
'askai'
]
__version__ = '1.0.11'
__version__ = '1.0.12'
2 changes: 1 addition & 1 deletion src/main/askai/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.11
1.0.12
4 changes: 2 additions & 2 deletions src/main/askai/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# _*_ coding: utf-8 _*_
#
# hspylib-askai v1.0.11
# hspylib-askai v1.0.12
#
# Package: main.askai
"""Package initialization."""
Expand All @@ -11,4 +11,4 @@
'language',
'tui'
]
__version__ = '1.0.11'
__version__ = '1.0.12'
4 changes: 2 additions & 2 deletions src/main/askai/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# _*_ coding: utf-8 _*_
#
# hspylib-askai v1.0.11
# hspylib-askai v1.0.12
#
# Package: main.askai.core
"""Package initialization."""
Expand All @@ -21,4 +21,4 @@
'model',
'support'
]
__version__ = '1.0.11'
__version__ = '1.0.12'
4 changes: 2 additions & 2 deletions src/main/askai/core/commander/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# _*_ coding: utf-8 _*_
#
# hspylib-askai v1.0.11
# hspylib-askai v1.0.12
#
# Package: main.askai.core.commander
"""Package initialization."""
Expand All @@ -9,4 +9,4 @@
'commander',
'commands'
]
__version__ = '1.0.11'
__version__ = '1.0.12'
4 changes: 2 additions & 2 deletions src/main/askai/core/commander/commands/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# _*_ coding: utf-8 _*_
#
# hspylib-askai v1.0.11
# hspylib-askai v1.0.12
#
# Package: main.askai.core.commander.commands
"""Package initialization."""
Expand All @@ -13,4 +13,4 @@
'settings_cmd',
'tts_stt_cmd'
]
__version__ = '1.0.11'
__version__ = '1.0.12'
4 changes: 2 additions & 2 deletions src/main/askai/core/component/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# _*_ coding: utf-8 _*_
#
# hspylib-askai v1.0.11
# hspylib-askai v1.0.12
#
# Package: main.askai.core.component
"""Package initialization."""
Expand All @@ -16,4 +16,4 @@
'scheduler',
'summarizer'
]
__version__ = '1.0.11'
__version__ = '1.0.12'
4 changes: 2 additions & 2 deletions src/main/askai/core/engine/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# _*_ coding: utf-8 _*_
#
# hspylib-askai v1.0.11
# hspylib-askai v1.0.12
#
# Package: main.askai.core.engine
"""Package initialization."""
Expand All @@ -12,4 +12,4 @@
'engine_factory',
'openai'
]
__version__ = '1.0.11'
__version__ = '1.0.12'
4 changes: 2 additions & 2 deletions src/main/askai/core/engine/openai/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# _*_ coding: utf-8 _*_
#
# hspylib-askai v1.0.11
# hspylib-askai v1.0.12
#
# Package: main.askai.core.engine.openai
"""Package initialization."""
Expand All @@ -11,4 +11,4 @@
'openai_model',
'temperature'
]
__version__ = '1.0.11'
__version__ = '1.0.12'
4 changes: 2 additions & 2 deletions src/main/askai/core/enums/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# _*_ coding: utf-8 _*_
#
# hspylib-askai v1.0.11
# hspylib-askai v1.0.12
#
# Package: main.askai.core.enums
"""Package initialization."""
Expand All @@ -10,4 +10,4 @@
'router_mode',
'routing_model'
]
__version__ = '1.0.11'
__version__ = '1.0.12'
4 changes: 2 additions & 2 deletions src/main/askai/core/features/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# _*_ coding: utf-8 _*_
#
# hspylib-askai v1.0.11
# hspylib-askai v1.0.12
#
# Package: main.askai.core.features
"""Package initialization."""
Expand All @@ -9,4 +9,4 @@
'router',
'validation'
]
__version__ = '1.0.11'
__version__ = '1.0.12'
4 changes: 2 additions & 2 deletions src/main/askai/core/features/router/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# _*_ coding: utf-8 _*_
#
# hspylib-askai v1.0.11
# hspylib-askai v1.0.12
#
# Package: main.askai.core.features.router
"""Package initialization."""
Expand All @@ -13,4 +13,4 @@
'task_toolkit',
'tools'
]
__version__ = '1.0.11'
__version__ = '1.0.12'
4 changes: 2 additions & 2 deletions src/main/askai/core/features/router/procs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# _*_ coding: utf-8 _*_
#
# hspylib-askai v1.0.11
# hspylib-askai v1.0.12
#
# Package: main.askai.core.features.router.procs
"""Package initialization."""
Expand All @@ -11,4 +11,4 @@
'rag',
'task_splitter'
]
__version__ = '1.0.11'
__version__ = '1.0.12'
4 changes: 2 additions & 2 deletions src/main/askai/core/features/router/tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# _*_ coding: utf-8 _*_
#
# hspylib-askai v1.0.11
# hspylib-askai v1.0.12
#
# Package: main.askai.core.features.router.tools
"""Package initialization."""
Expand All @@ -14,4 +14,4 @@
'terminal',
'vision'
]
__version__ = '1.0.11'
__version__ = '1.0.12'
4 changes: 2 additions & 2 deletions src/main/askai/core/features/validation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# _*_ coding: utf-8 _*_
#
# hspylib-askai v1.0.11
# hspylib-askai v1.0.12
#
# Package: main.askai.core.features.validation
"""Package initialization."""

__all__ = [
'accuracy'
]
__version__ = '1.0.11'
__version__ = '1.0.12'
4 changes: 2 additions & 2 deletions src/main/askai/core/model/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# _*_ coding: utf-8 _*_
#
# hspylib-askai v1.0.11
# hspylib-askai v1.0.12
#
# Package: main.askai.core.model
"""Package initialization."""
Expand All @@ -12,4 +12,4 @@
'search_result',
'summary_result'
]
__version__ = '1.0.11'
__version__ = '1.0.12'
4 changes: 2 additions & 2 deletions src/main/askai/core/support/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# _*_ coding: utf-8 _*_
#
# hspylib-askai v1.0.11
# hspylib-askai v1.0.12
#
# Package: main.askai.core.support
"""Package initialization."""
Expand All @@ -14,4 +14,4 @@
'text_formatter',
'utilities'
]
__version__ = '1.0.11'
__version__ = '1.0.12'
Loading

0 comments on commit b0f596b

Please sign in to comment.