Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abtris/examples-gpt3


https://github.com/abtris/examples-gpt3

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Examples for Gpt3

- [go-gpt3](https://github.com/sashabaranov/go-gpt3)
- [gpt playground](https://beta.openai.com/playground)
- [gpt documentation](https://beta.openai.com/docs/introduction)

- [API keys](https://beta.openai.com/account/api-keys) - you need OpenAI account

## Run

```
go run main.go -prompt="Write short tagline for talk about GPT-3"
```

```
Prompt: Write short tagline for talk about GPT-3

GPT-3: The Future of AI
```