forked from zhile-io/pandora
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: zhile-io <[email protected]>
- Loading branch information
zhile-io
committed
Sep 13, 2023
1 parent
39d31b8
commit 9c0e29c
Showing
12 changed files
with
43 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM python:3.9-slim@sha256:5f0192a4f58a6ce99f732fe05e3b3d00f12ae62e183886bca3ebe3d202686c7f | ||
|
||
MAINTAINER "Neo Peng <[email protected]>" | ||
MAINTAINER "zhile.io <[email protected]>" | ||
|
||
VOLUME /data | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,19 +18,19 @@ | |
version=__version__, | ||
python_requires='>=3.7', | ||
author='Neo Peng', | ||
author_email='[email protected]', | ||
author_email='[email protected]', | ||
keywords='OpenAI ChatGPT ChatGPT-Plus gpt-3.5-turbo gpt-3.5-turbo-0301', | ||
description='A command-line interface to ChatGPT', | ||
long_description=long_description, | ||
long_description_content_type='text/markdown', | ||
url='https://github.com/pengzhile/pandora', | ||
url='https://github.com/zhile-io/pandora', | ||
packages=find_packages('src'), | ||
package_dir={'pandora': 'src/pandora'}, | ||
include_package_data=True, | ||
install_requires=requirements, | ||
extras_require={ | ||
'api': requirements_api, | ||
'cloud': ['pandora-cloud~=0.6.0'], | ||
'cloud': ['pandora-cloud~=0.6.1'], | ||
}, | ||
entry_points={ | ||
'console_scripts': [ | ||
|
@@ -39,8 +39,8 @@ | |
] | ||
}, | ||
project_urls={ | ||
'Source': 'https://github.com/pengzhile/pandora', | ||
'Tracker': 'https://github.com/pengzhile/pandora/issues', | ||
'Source': 'https://github.com/zhile-io/pandora', | ||
'Tracker': 'https://github.com/zhile-io/pandora/issues', | ||
}, | ||
classifiers=[ | ||
'Development Status :: 5 - Production/Stable', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
__version__ = '1.3.1' | ||
__version__ = '1.3.2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
src/pandora/flask/static/_next/static/chunks/pages/chat/[[...chatId]]-76751174916fa3f7.js
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
src/pandora/flask/static/_next/static/chunks/pages/chat/[[...chatId]]-76751174916fa3f8.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
src/pandora/flask/static/_next/static/olf4sv64FWIcQ_zCGl90t/_buildManifest.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.