Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abtris/examples-gpt3
https://github.com/abtris/examples-gpt3
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/abtris/examples-gpt3
- Owner: abtris
- License: mit
- Created: 2022-10-23T08:50:43.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T04:24:36.000Z (6 months ago)
- Last Synced: 2024-06-21T08:17:39.236Z (5 months ago)
- Language: Go
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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-3GPT-3: The Future of AI
```