Skip to content

Commit

Permalink
fix docker env
Browse files Browse the repository at this point in the history
Signed-off-by: pengzhile <[email protected]>
  • Loading branch information
pengzhile committed May 17, 2023
1 parent c40445b commit 09ccc61
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@

## 其他说明

* `开源项目可以魔改,但请保留原作者信息。确需去除,请联系作者,以免失去技术支持。`
* 项目是站在其他巨人的肩膀上,感谢!
* 报错、BUG之类的提出`Issue`,我会修复。
* 因为之后`ChatGPT`的API变动,我可能不会跟进修复。
Expand Down
2 changes: 0 additions & 2 deletions bin/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ fi

if [ -n "${PANDORA_SERVER}" ]; then
PANDORA_ARGS="${PANDORA_ARGS} -s ${PANDORA_SERVER}"
else
PANDORA_ARGS="${PANDORA_ARGS} -s 0.0.0.0"
fi

if [ -n "${PANDORA_API}" ]; then
Expand Down
2 changes: 1 addition & 1 deletion src/pandora/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '1.1.1'
__version__ = '1.1.2'

0 comments on commit 09ccc61

Please sign in to comment.