Skip to content

Commit 172574a

Browse files
committed
Ver 1.4.2: Huge update of Chat Agent
1 parent 6c7536c commit 172574a

21 files changed

Lines changed: 956 additions & 240 deletions

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,15 @@
1818

1919
## Basic Setup
2020

21-
<img src="assets/basic.png" width="800" />
21+
<img src="images/basic.png" width="800" />
2222

2323
## Text to Speech
2424

25-
<img src="assets/tts.png" width="800" />
25+
<img src="images/tts.png" width="800" />
26+
27+
## Chat With Your Agent
28+
29+
<img src="images/agent.png" width="800" />
2630

2731
# Build from Source
2832

build.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
"--windows-console-mode=disable",
3232
"--enable-plugins=pkg-resources",
3333
"--enable-plugins=pyqt6",
34-
"--nofollow-import-to=torch.cuda,torgb,torch.nn,torch.optim,\
35-
torch.utils,torch.distributed,torch.compiler,torch.functional,\
36-
torch.jit,torch.linalg,torch.amp,torch.ao,torch.autograd\
37-
torch.xpu,torch.mps,torch.npu,torch.fft,torch.func",
3834
# --follow-import-to=numpy
3935
"--nofollow-import-to=mkl,click,scipy,pandas,matplotlib",
4036
"--include-qt-plugins=sensible,multimedia",

0 commit comments

Comments
 (0)