Skip to content

Commit

Permalink
Merge branch 'added-backend-tests-improvements' of github.com:RamiAwa…
Browse files Browse the repository at this point in the history
…r/text2sql into added-backend-tests-improvements
  • Loading branch information
RamiAwar committed Mar 29, 2024
2 parents 86c4a21 + cf1812d commit cf6b7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text2sql-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pre-commit install
Make sure you have an OpenAI key in your environment variables.
`export OPENAI_API_KEY=...`

You can then uvicorn to start the backend:
You can then run uvicorn to start the backend:
```
uvicorn main:app --reload --port=7377
```

0 comments on commit cf6b7f6

Please sign in to comment.