Skip to content

Commit

Permalink
12.01.00: genai: informal rules
Browse files Browse the repository at this point in the history
  • Loading branch information
valhuber committed Nov 1, 2024
1 parent 787b9e3 commit 2f005f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions api_logic_server_cli/api_logic_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@
Called from api_logic_server_cli.py, by instantiating the ProjectRun object.
'''

__version__ = "12.00.17"
__version__ = "12.01.00"
recent_changes = \
f'\n\nRecent Changes:\n' +\
"\t10/31/2024 - 12.00.17: genai: fix format bug, iteration prompt update, multi base, rule objs/doc/informal \n"\
"\t10/27/2024 - 12.00.11: genai: major revision for parsed ChatGPT responses \n"\
"\t10/27/2024 - 12.00.09: genai: incr logic completion, interations now have db hints, diagnostics in dirs \n"\
"\t10/25/2024 - 12.00.05: Fix ChatGPT table gen, align genai_demo add-cust \n"\
"\t10/31/2024 - 12.01.00: genai: informal rules (eg, Sum of employee salaries cannot exceed department budget) \n"\
"\t10/21/2024 - 12.00.04: sra 10-22, Prelim support genai --using=dir/project \n"\
"\t10/12/2024 - 12.00.02: Natural Language Logic \n"\
"\t10/17/2024 - 11.02.19: singular classes, expanded doc/prompts, logic work-arounds, docs/logic, logic learning, readme \n"\
Expand Down
2 changes: 1 addition & 1 deletion docker/api_logic_server.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# GA release -- DELETE BUILD DIRS FIRST

# docker buildx build --push -f docker/api_logic_server.Dockerfile --tag apilogicserver/api_logic_server:12.00.04 -o type=image --platform=linux/arm64,linux/amd64 .
# docker buildx build --push -f docker/api_logic_server.Dockerfile --tag apilogicserver/api_logic_server:12.01.00 -o type=image --platform=linux/arm64,linux/amd64 .
# docker buildx build --push -f docker/api_logic_server.Dockerfile --tag apilogicserver/api_logic_server:latest -o type=image --platform=linux/arm64,linux/amd64 .

# Beta - test codespaces with tutorial, API_Fiddle (change .devcontainer.json -> apilogicserver/api_logic_server_x)
Expand Down

0 comments on commit 2f005f0

Please sign in to comment.