Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reminia committed Oct 27, 2023
1 parent 2ab6aae commit 6b2ddd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ A simple translate api that proxies to openai written by Golang.
2. Build by `make build`.
3. Start server by `./translate`.
4. Use translate-cli by `./translate-cli -c "content" -l Chinese -m "gpt-3.5-turbo"`, -l and -m are optional.
translate-cli sends request to translate server so it needs to setup TRANSLATE_ENDPOINT env var.
If not set, it's default to http://localhost:8080/translate.

## Endpoints

Expand Down

0 comments on commit 6b2ddd8

Please sign in to comment.