Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
clement2026 committed Dec 21, 2023
1 parent 31ffe61 commit f9f37f4
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ cd ../talk && make build

# run
./talk --config ./talk.yaml
# or simply `./talk` as it automatically locates talk.yaml in `/etc/talk/` and `./talk.yaml`
# or simply `./talk` as it automatically lookup talk.yaml in `/etc/talk/talk.yaml` and `./talk.yaml`
./talk
```

Expand All @@ -96,6 +96,15 @@ docker run -it -v ./talk.yaml:/etc/talk/talk.yaml \
proxoar/talk
```

### Log level

Default log level is `info`, Use env `LOG_LEVEL` to change log level: "debug", "info", "warn", "error", "dpanic", "
panic", and "fatal". e.g.,

```shell
LOG_LEVEL=debug ./talk
```

### HTTPS

#### Generate self-signed cert on the fly
Expand Down Expand Up @@ -174,7 +183,7 @@ Engine, with certain limitations on browsers such as Safari.
- [x] Docker image
- [x] Server Side Events(SSE)
- [ ] More LLMs other than ChatGPT
- [ ] Download and import text history
- [x] Download and import text history
- [x] Download chat MP3
- [x] Prompt template

Expand Down

0 comments on commit f9f37f4

Please sign in to comment.