yigithan4568 hf4all commited on
Commit
6e290fa
0 Parent(s):

Duplicate from hf4all/bingo

Browse files

Co-authored-by: hf4all <hf4all@users.noreply.huggingface.co>

Files changed (3) hide show
  1. DEPLOY_INFO.txt +1 -0
  2. Dockerfile +7 -0
  3. README.md +28 -0
DEPLOY_INFO.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Last deploy time: Sat Sep 2 04:26:43 UTC 2023
Dockerfile ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ FROM weaigc/bingo:latest
2
+
3
+ ARG DEBIAN_FRONTEND=noninteractive
4
+
5
+ ENV BING_HEADER ""
6
+
7
+ CMD npm start
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: bingo
3
+ emoji: 😊
4
+ colorFrom: red
5
+ colorTo: red
6
+ sdk: docker
7
+ license: mit
8
+ duplicated_from: hf4all/bingo
9
+ ---
10
+
11
+ <div align="center">
12
+
13
+ # Bingo
14
+
15
+ Bingo,一个让你呼吸顺畅 New Bing。
16
+
17
+ 高度还原 New Bing 网页版的主要操作,国内可用,兼容绝大多数微软 Bing AI 的功能,可自行部署使用。
18
+
19
+ ![Github stars](https://badgen.net/github/stars/weaigc/bingo?icon=github&label=stars)
20
+ ![Gthub issues](https://img.shields.io/github/issues/weaigc/bingo)
21
+ [![docker build](https://github.com/weaigc/bingo/actions/workflows/docker.yml/badge.svg)](https://hub.docker.com/repository/docker/weaigc/bingo/)
22
+ [![docker hub](https://badgen.net/docker/size/weaigc/bingo?icon=docker&label=image%20size)](https://hub.docker.com/repository/docker/weaigc/bingo/)
23
+ [![MIT License](https://img.shields.io/badge/license-MIT-97c50f)](https://github.com/weaigc/bingo/blob/main/license)
24
+
25
+ 问题反馈请前往 https://github.com/weaigc/bingo/issues
26
+ </div>
27
+
28
+