Skip to content

Commit

Permalink
patch: Fix termux-api check failure - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Simatwa committed Apr 23, 2024
1 parent b9968b2 commit c023e17
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,9 +489,14 @@ The environment variables can be overridden by explicitly declaring new value.
Version **0.4.6** also introduces dynamic provider called `g4fauto`, which represents the fastest working g4f-based provider.

> [!TIP]
> To launch web interface for g4f-based providers simply run `$ pytgpt gpt4free gui`.
> To launch web interface for g4f-based providers simply run `$ pytgpt gpt4free gui`.
> `$ pytgpt api run` will start the REST-API. Access docs and redoc at */docs* and */redoc* respectively.
> To speech synthesise the responses just ensure you have [vlc player]() in your system or [termux-api](https://wiki.termux.com/wiki/Termux:API) for the case of [Termux](https://termux.org) users.
> Use the flag `--talk-to-me`, shortform `-ttm`.
Version **0.6.4** introduces another dynamic provider, `auto`, which denotes the working provider **overally**. This relieves you the workload of manually checking a working provider each time you fire up pytgpt.

<details>

<summary>
Expand Down

0 comments on commit c023e17

Please sign in to comment.