An open API service for producing an overview of a list of open source projects.

https://github.com/fang2hou/chatbot-gpt

Score: 1.3862943611198906

Last synced: about 9 hours ago
JSON representation

Repository metadata:

🤖 Chat Bots with OpenAI's GPT Model.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 69
Total Committers: 1
Avg Commits per committer: 69.0
Development Distribution Score (DDS): 0.0

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Zhou Fang f****u@o****m 69

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 1
Total pull requests: 3
Average time to close issues: 3 days
Average time to close pull requests: N/A
Total issue authors: 1
Total pull request authors: 1
Average comments per issue: 1.0
Average comments per pull request: 0.0
Merged pull request: 0
Bot issues: 0
Bot pull requests: 3

Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/fang2hou/chatbot-gpt

Top Issue Authors

  • Lionardo (1)

Top Pull Request Authors

  • dependabot[bot] (3)

Top Issue Labels

Top Pull Request Labels

  • dependencies (3)

Dependencies

.github/workflows/go.yml actions
  • actions/checkout v3 composite
  • actions/setup-go v4 composite
.github/workflows/release.yml actions
  • actions/checkout v3 composite
  • actions/setup-go v4 composite
  • actions/setup-node v3 composite
  • ncipollo/release-action v1 composite
.github/workflows/snyk.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/upload-sarif v2 composite
  • snyk/actions/golang master composite
go.mod go
  • github.com/BurntSushi/toml v0.3.1
  • github.com/bwmarrin/discordgo v0.27.1
  • github.com/dlclark/regexp2 v1.9.0
  • github.com/google/uuid v1.3.0
  • github.com/gorilla/websocket v1.4.2
  • github.com/jinzhu/configor v1.2.1
  • github.com/kr/pretty v0.3.0
  • github.com/pkoukk/tiktoken-go v0.1.0
  • github.com/sashabaranov/go-openai v1.7.0
  • go.uber.org/atomic v1.7.0
  • go.uber.org/multierr v1.6.0
  • go.uber.org/zap v1.24.0
  • golang.org/x/crypto v0.1.0
  • golang.org/x/sys v0.5.0
  • gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
  • gopkg.in/yaml.v2 v2.4.0
go.sum go
  • github.com/BurntSushi/toml v0.3.1
  • github.com/benbjohnson/clock v1.1.0
  • github.com/bwmarrin/discordgo v0.27.1
  • github.com/creack/pty v1.1.9
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/dlclark/regexp2 v1.9.0
  • github.com/google/uuid v1.3.0
  • github.com/gorilla/websocket v1.4.2
  • github.com/jinzhu/configor v1.2.1
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pretty v0.2.1
  • github.com/kr/pretty v0.3.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/kr/text v0.2.0
  • github.com/pkg/errors v0.8.1
  • github.com/pkoukk/tiktoken-go v0.1.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/rogpeppe/go-internal v1.6.1
  • github.com/sashabaranov/go-openai v1.7.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.3.0
  • github.com/stretchr/testify v1.8.2
  • go.uber.org/atomic v1.7.0
  • go.uber.org/goleak v1.1.11
  • go.uber.org/multierr v1.6.0
  • go.uber.org/zap v1.24.0
  • golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
  • golang.org/x/crypto v0.1.0
  • golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
  • golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
  • golang.org/x/sys v0.5.0
  • golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
  • golang.org/x/text v0.3.3
  • golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
  • gopkg.in/errgo.v2 v2.1.0
  • gopkg.in/yaml.v2 v2.2.2
  • gopkg.in/yaml.v2 v2.4.0
  • gopkg.in/yaml.v3 v3.0.1