langchain-ai / opengpts

MIT License
6.48k stars 864 forks source link

Updates README to add correct poetry command to run the backend server #227

Closed rahilvora closed 8 months ago

rahilvora commented 8 months ago

Update run command to make sure it runs in project env with poetry

mkorpela commented 8 months ago

Hi @rahilvora, Thanks for the contribution. Unfortunately I think the docs are incorrect on this part in any case. I just checked them - we should instead have poetry run uvicorn app.server:app --port 8100

I'm closing this but really appreciate you making the PR!

mkorpela commented 8 months ago

And in the end just make start 🙄 .. well thanks for pointing out that the docs had a problem!