Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Not Found error. #46

@navinlam108

Description

@navinlam108

I created a docker image and ran it using:

docker build -t chatgpt:1.0 .
docker run -d -p 8080:8080 chatgpt:1.0
I exposed port 8080 of the container, so I could use it on my localhost browser.

The server is listening on 8080 but when I tried to run it, I get a 'not found' error.

index.js references some /v1/chat/completions folder but I don't see it in the local directory.

I renamed ".env.example" to ".env" and entered two OpenAI API keys there. Prior to renaming it, I was getting some other error related to the JSON parse error.

One error is leading to fixing another thing and now I am stuck on this 'Not found' page.

Any light on this matter would be greatly appreciated. Thanks.

PS: I am running Docker Desktop latest version, x86 machine, Windows 10.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions