markjacksonfishing / sf_giants_stats

Join me in celebrating my love for the San Francisco Giants! I've crafted a Go program to combine my love for data science and the SF Giants. With this program, you can enter any Major League Baseball team's abbreviation and receive their 2022 season batting stats from Baseball Reference.
MIT License
1 stars 0 forks source link

Unable to import openai-go/v1 package in data-science branch #7

Open markjacksonfishing opened 1 year ago

markjacksonfishing commented 1 year ago

I am currently working on the data-science branch of the project, and I am trying to import the openai-go/v1 package. However, I am getting the following error:

go: finding module for package github.com/openai/openai-go/v1
github.com/markyjackson-taulia/sf_giants_stats imports
        github.com/openai/openai-go/v1: cannot find module providing package github.com/openai/openai-go/v1: module github.com/openai/openai-go: git ls-remote -q origin in /go/pkg/mod/cache/vcs/403848299de6da90a290e573212c92b77c70233b0065e65b397cc5ef7ff156db: exit status 128:
        remote: Repository not found.
        fatal: repository 'https://github.com/openai/openai-go/' not found

I have added the chatgpt-3 package to the project using the go mod command, but it seems that I am unable to find the openai-go/v1 module. I believe that this might be due to the fact that the repository is not found at the specified URL. Going to track this down as time permits.