Skip to content

Commit

Permalink
Update usage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AshishMahendra committed Apr 12, 2024
1 parent 171e566 commit c3e7b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ conda activate localGPT
```
#### Running the API Server
```bash
uvicorn main:app --host 0.0.0.0 --port 8500
uvicorn local_gpt_fast_api:app --host 0.0.0.0 --port 8500
```
#### Base URL
All URLs referenced in the documentation have the following base:
Expand Down Expand Up @@ -104,4 +104,4 @@ Each endpoint responds with appropriate HTTP status codes. For example:
#### Versioning
The current version of the API is v1. Future changes that might break backward compatibility will result in a new version number.

This documentation provides the necessary details for developers to effectively integrate and interact with your API, covering how to format requests and what responses to expect. Adjust as necessary for any specific security implementations or additional functionalities you might have.
This documentation provides the necessary details for developers to effectively integrate and interact with your API, covering how to format requests and what responses to expect. Adjust as necessary for any specific security implementations or additional functionalities you might have.

0 comments on commit c3e7b1a

Please sign in to comment.