Skip to content

Commit

Permalink
update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
raahulrahl committed Mar 11, 2024
1 parent b2426ef commit 676d045
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"reranker",
"sqlalchemy",
"starlette",
"togetherai"
"togetherai",
"uvicorn"
]
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,13 @@ Steps and commands for running the app are to be included here
```

You will receive the access token.

- Use the below command to execute the server:

```
uvicorn app.main:app --reload
```

- Use the below command to execute the server:


- Use the token to retrieve the search results.

- Example API for Clinical Trial Request:
Expand Down

0 comments on commit 676d045

Please sign in to comment.