Skip to content

Commit

Permalink
chore: upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
KenyonY committed Dec 26, 2023
1 parent 0d697af commit 0ab8848
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ start:
-v $(shell pwd)/CACHE_LMDB:/home/openai-forward/CACHE_LMDB \
-v $(shell pwd)/CACHE_LEVELDB:/home/openai-forward/CACHE_LEVELDB \
-v $(shell pwd)/openai_forward:/home/openai-forward/openai_forward \
$(image) --port=8000 --workers=2
$(image) --port=8000 --workers=1
@make log

exec:
Expand All @@ -33,6 +33,9 @@ log:
rm:
docker rm -f $(container)

stop:
docker stop $(container)

up:
@docker-compose -f $(compose_path) up

Expand Down
2 changes: 1 addition & 1 deletion openai_forward/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.6.8"
__version__ = "0.6.9"

from dotenv import load_dotenv

Expand Down

0 comments on commit 0ab8848

Please sign in to comment.