Skip to content

Commit

Permalink
Merge pull request #60 from InternLM/ref_remove_logs
Browse files Browse the repository at this point in the history
new version and remove unnecessary logs
  • Loading branch information
fly2tomato authored Feb 2, 2024
2 parents ce5c2ed + 125b536 commit 564ed4a
Show file tree
Hide file tree
Showing 7 changed files with 95 additions and 96 deletions.
8 changes: 8 additions & 0 deletions openaoe/frontend/dist/assets/index-3b28341a.js

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions openaoe/frontend/dist/assets/index-cf574748.js

This file was deleted.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openaoe/frontend/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
}
}
</style>
<script type="module" crossorigin src="./assets/index-cf574748.js"></script>
<link rel="modulepreload" crossorigin href="./assets/vendor-0b33134f.js">
<script type="module" crossorigin src="./assets/index-3b28341a.js"></script>
<link rel="modulepreload" crossorigin href="./assets/vendor-bad6aacb.js">
<link rel="stylesheet" href="./assets/index-d5c224e8.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion openaoe/frontend/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2
0.0.4
2 changes: 0 additions & 2 deletions openaoe/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ async def server():

@app.get("/assets/{path:path}")
async def build_resource(path: str):
print(ASSETS_RESOURCE_DIR, path)
static_file = safe_join(ASSETS_RESOURCE_DIR, path)
print(static_file)
return FileResponse(static_file)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def recursive_files(base_dir):

setup(
name='openaoe',
version='0.0.3',
version='0.0.4',
description='LLM Group Chat Framework: chat with multiple LLMs at the same time',
long_description=utils.get_file_content("README.md"),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 564ed4a

Please sign in to comment.