Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
markjacksonfishing opened this issue Mar 15, 2023 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@markjacksonfishing
Copy link
Owner

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.

@markjacksonfishing markjacksonfishing added the bug Something isn't working label Mar 15, 2023
@markjacksonfishing markjacksonfishing self-assigned this Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant