mirror of
https://github.com/katanemo/plano.git
synced 2026-07-05 15:52:12 +02:00
Merge branch 'main' into salmanap/signals-clean
This commit is contained in:
commit
8d5e083ae9
18 changed files with 476 additions and 470 deletions
|
|
@ -1,3 +1,3 @@
|
|||
"""Plano CLI - Intelligent Prompt Gateway."""
|
||||
|
||||
__version__ = "0.4.0"
|
||||
__version__ = "0.4.1"
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ import os
|
|||
|
||||
SERVICE_NAME_ARCHGW = "plano"
|
||||
PLANO_DOCKER_NAME = "plano"
|
||||
PLANO_DOCKER_IMAGE = os.getenv("PLANO_DOCKER_IMAGE", "katanemo/plano:0.4.0")
|
||||
PLANO_DOCKER_IMAGE = os.getenv("PLANO_DOCKER_IMAGE", "katanemo/plano:0.4.1")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue