mirror of
https://github.com/katanemo/plano.git
synced 2026-06-29 15:49:40 +02:00
parent
77df5160d8
commit
e06d14f947
18 changed files with 371 additions and 373 deletions
|
|
@ -1,3 +1,3 @@
|
|||
"""Plano CLI - Intelligent Prompt Gateway."""
|
||||
|
||||
__version__ = "0.4.1"
|
||||
__version__ = "0.4.0"
|
||||
|
|
|
|||
|
|
@ -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.1")
|
||||
PLANO_DOCKER_IMAGE = os.getenv("PLANO_DOCKER_IMAGE", "katanemo/plano:0.4.0")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue