Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipeaz/chat-gpt
OpenAI API Go Library by sashabaranov
https://github.com/felipeaz/chat-gpt
chatgpt-api golang
Last synced: 1 day ago
JSON representation
OpenAI API Go Library by sashabaranov
- Host: GitHub
- URL: https://github.com/felipeaz/chat-gpt
- Owner: felipeaz
- Created: 2023-05-27T01:41:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-27T02:30:20.000Z (over 1 year ago)
- Last Synced: 2024-06-19T17:58:04.019Z (7 months ago)
- Topics: chatgpt-api, golang
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat-gpt
Exploring OpenAI API Go Library by sashabaranov## Running
At the project root, run:
```go run cmd/app/main.go -openaitoken ```