Skip to content

Commit

Permalink
Ver 1.4.2: Huge update of Chat Agent
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyaCoder committed Nov 13, 2024
1 parent 6c7536c commit 172574a
Show file tree
Hide file tree
Showing 21 changed files with 956 additions and 240 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,15 @@

## Basic Setup

<img src="assets/basic.png" width="800" />
<img src="images/basic.png" width="800" />

## Text to Speech

<img src="assets/tts.png" width="800" />
<img src="images/tts.png" width="800" />

## Chat With Your Agent

<img src="images/agent.png" width="800" />

# Build from Source

Expand Down
4 changes: 0 additions & 4 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
"--windows-console-mode=disable",
"--enable-plugins=pkg-resources",
"--enable-plugins=pyqt6",
"--nofollow-import-to=torch.cuda,torgb,torch.nn,torch.optim,\
torch.utils,torch.distributed,torch.compiler,torch.functional,\
torch.jit,torch.linalg,torch.amp,torch.ao,torch.autograd\
torch.xpu,torch.mps,torch.npu,torch.fft,torch.func",
# --follow-import-to=numpy
"--nofollow-import-to=mkl,click,scipy,pandas,matplotlib",
"--include-qt-plugins=sensible,multimedia",
Expand Down
Loading

0 comments on commit 172574a

Please sign in to comment.