Commit Graph

139 Commits

Author SHA1 Message Date
yihong0618
bca112620f fix: drop useless code
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Signed-off-by: huwei <huwei901108@126.com>
2023-07-30 21:27:17 +08:00
yihong0618
b0d7c5a186 fix: #282 #272 2023-07-29 21:50:27 +08:00
dependabot[bot]
c80d8314c2 chore(deps): bump aiohttp from 3.8.4 to 3.8.5 (#322)
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.8.5.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.4...v3.8.5)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 20:55:09 +08:00
dependabot[bot]
81480e3e78 chore(deps): bump pygments from 2.14.0 to 2.15.0 (#321)
Bumps [pygments](https://github.com/pygments/pygments) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.14.0...2.15.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 20:54:57 +08:00
dependabot[bot]
d58b37e956 chore(deps): bump requests from 2.28.2 to 2.31.0 (#319)
Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 20:54:49 +08:00
hu_wei
9eb5b18c9c Fix: #282 (#318)
the session.get process without a timeout in poll_latest_ask task may hang.
add a time out of 15sec in total.
no hang found for 24 hour run.

Signed-off-by: huwei <huwei901108@126.com>
2023-07-24 19:33:13 +08:00
Frost Ming
7101f8065d chore: update lockfile and requirements
Signed-off-by: Frost Ming <me@frostming.com>
2023-07-21 09:33:26 +08:00
yihong
25aa50b4c0 Update README.md 2023-07-20 22:25:44 +08:00
yihong
e7083bd187 Update README.md 2023-07-20 22:23:13 +08:00
yihong
e0f0d3a045 feat: support bard (#315)
* feat: support bard
v1.60
2023-07-20 22:18:57 +08:00
Naiyang Lin
9e172e2ecf Fix GPT3Bot.ask_stream (#308) v1.51 2023-07-03 09:29:00 +08:00
Frost Ming
e96dfa6f19 fix: ignore personal file
Signed-off-by: Frost Ming <me@frostming.com>
2023-07-01 16:55:41 +08:00
yihong0618
385f40d220 fix: ci 2023-06-27 21:27:36 +08:00
yihong0618
0889853d4b feat: chatglm bot 2023-06-27 21:10:58 +08:00
dependabot[bot]
2a572d05ed chore(deps): bump requests from 2.28.2 to 2.31.0 (#301)
Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1.50
2023-06-22 16:46:40 +08:00
yihong0618
1c4c94e793 fix: use new model v1.46 2023-06-14 10:09:21 +08:00
yihong0618
ab47ed58a1 fix: name 2023-06-06 22:05:00 +08:00
Phill Weston
aef80c980b Add README note for X10A model (#283) 2023-06-03 18:17:40 +08:00
Phill Weston
6bf0bd5de0 Add support for X10A model (#281) 2023-06-03 12:35:38 +08:00
yihong0618
9124f54e6f fix: #274 2023-05-30 20:08:30 +08:00
kaiven
a39e0cf0ca 添加windows 一键启动方式 (#273) v1.45 2023-05-29 10:49:03 +08:00
CoderMan
361e11cdc6 依赖库更新,原有依赖已无匹配包 (#253)
ERROR: Could not find a version that satisfies the requirement EdgeGPT==0.1.26 (from versions: none)
ERROR: No matching distribution found for EdgeGPT==0.1.26

Co-authored-by: wtcoder <wtcoder89@gmail.com>
v1.44
2023-05-07 21:11:55 +08:00
Frost Ming
41711f68b3 feat: Improve the code to get a bot (#243)
Signed-off-by: Frost Ming <me@frostming.com>
v1.43
2023-04-26 08:13:35 +08:00
yihong0618
81c33fbf8b fix: edgegpt break change v1.42 2023-04-19 21:28:40 +08:00
Frost Ming
0cb8e16a4f feat: Option to serve the Edge TTS audio file via a tempfile service (#232)
* feat: Option to serve the Edge TTS audo file via a tempfile service

Signed-off-by: Frost Ming <me@frostming.com>

* improve the help

Signed-off-by: Frost Ming <me@frostming.com>

---------

Signed-off-by: Frost Ming <me@frostming.com>
v1.41
2023-04-19 21:21:17 +08:00
Frost Ming
b7a168e778 fix: ensure the api_base isn't empty before checking it
Signed-off-by: Frost Ming <me@frostming.com>
2023-04-17 17:34:18 +08:00
Frost Ming
4824016e19 chore: control the workflow concurrency
Signed-off-by: Frost Ming <me@frostming.com>
2023-04-17 08:52:07 +08:00
Frost Ming
10ab1f1129 doc: Update readme and config example
Signed-off-by: Frost Ming <me@frostming.com>
2023-04-17 08:50:42 +08:00
changeforan
5cea0818ba Add Azure OpenAI support (#222) 2023-04-17 08:49:55 +08:00
kyle
62d25562ba doc: config file (#223)
fix config example
2023-04-14 12:51:32 +08:00
Bai Long
976db469a6 add go fork (#217) 2023-04-09 17:01:47 +08:00
Sswordq
bc902cb595 fix: did in config or multiple the same hardware (#212)
* fix: did in config or multiple the same hardware

Fix the problem of multiple devices with the same hardware model and the issue of setting did only in config

* optimized did judgment

Co-authored-by: Frost Ming <mianghong@gmail.com>

---------

Co-authored-by: Frost Ming <mianghong@gmail.com>
v1.40
2023-04-07 19:12:40 +08:00
yihong
a625b1e8f0 fix: #179 check did first (#210) v1.32 2023-04-05 21:35:49 +08:00
Frost Ming
90add61c39 fix: overriding model causes an error (#209)
Signed-off-by: Frost Ming <me@frostming.com>
2023-04-05 21:18:20 +08:00
Frost Ming
23213b641f feat: implement the stream mode for new bing (#203)
* feat: implement the stream mode for new bing

Signed-off-by: Frost Ming <me@frostming.com>

* fix: drop link

---------

Signed-off-by: Frost Ming <me@frostming.com>
Co-authored-by: yihong0618 <zouzou0208@gmail.com>
v1.31
2023-04-03 22:41:52 +08:00
涵曦
ba884d01ba add edgegpt bot (#201)
* add edgegpt bot

* clean code

* fix lint

* add dependencies: EdgeGPT

* change bot name and config
2023-04-03 10:24:14 +08:00
fliaping
0810891df6 添加小米智能家庭屏6(X6A)支持; 删除重复配置 (#199)
* 添加小米智能家庭屏6(X6A)支持; 删除重复配置

* fix: lint

---------

Co-authored-by: yihong0618 <zouzou0208@gmail.com>
2023-04-02 17:13:50 +08:00
yihong0618
1c8ae88427 fix: add L15A v1.23 2023-03-30 19:46:15 +08:00
Frost Ming
4f8e28f6bd fix: validate proxy only when it isn't blank (#190)
Signed-off-by: Frost Ming <me@frostming.com>
2023-03-29 21:39:34 +08:00
Frost Ming
6a88e4a44c feat: add instruction to use edge TTS inside container (#187)
Signed-off-by: Frost Ming <me@frostming.com>
Co-authored-by: yihong <zouzou0208@gmail.com>
v1.22
2023-03-29 16:05:10 +08:00
yihong
694af142dd Update README.md 2023-03-29 16:02:27 +08:00
Jovy
594f51d5fd fix: Fix load proxy bug (#184)
Co-authored-by: Jovy <jovy@JovydeMacBook-Pro.local>
v1.21
2023-03-28 15:51:47 +08:00
Jovy
994f5c553a feat: Add HTTP proxy support for OpenAI API and CLI options (#174)
- Add support for HTTP proxy configuration

Co-authored-by: Jovy <jovy@JovydeMacBook-Pro.local>
v1.20
2023-03-28 13:54:21 +08:00
yihong
47d3e3d92a feat: better prompt (#183)
* feat: better prompt
2023-03-28 10:05:51 +08:00
yihong
ca38719fc8 Update README.md 2023-03-26 16:12:18 +08:00
Frost Ming
78b312e402 feat: Support overriding GPT options via config (#168) 2023-03-26 09:13:39 +08:00
848244210
9295a86ba8 README.md更新配置文件注释及使用 (#172)
README.md更新配置文件注释及使用
2023-03-25 20:39:33 +08:00
yihong
fb8d07c8c6 Update README.md 2023-03-22 12:36:57 +08:00
Frost Ming
e27ec55b60 chore: add badges to README.md
Signed-off-by: Frost Ming <me@frostming.com>
2023-03-22 11:26:06 +08:00
Frost Ming
d7a159a0e7 Merge branch 'main' of https://github.com/yihong0618/xiaogpt v1.1.0 2023-03-22 10:59:16 +08:00