Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3zcurdia/tl_dr
Sumarize texts using GPT-3 model from the openai api.
https://github.com/3zcurdia/tl_dr
gtp-3 openai
Last synced: about 1 month ago
JSON representation
Sumarize texts using GPT-3 model from the openai api.
- Host: GitHub
- URL: https://github.com/3zcurdia/tl_dr
- Owner: 3zcurdia
- License: mit
- Created: 2022-07-09T20:09:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T13:17:30.000Z (about 1 year ago)
- Last Synced: 2023-12-07T05:21:13.201Z (about 1 year ago)
- Topics: gtp-3, openai
- Language: Elixir
- Homepage: https://hex.pm/packages/tl_dr
- Size: 64.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TLDR
Summaries a text using the OpenAI API.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `tl_dr` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:tl_dr, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .