Dmytro Bobrenko commited on
Commit
9c47829
·
1 Parent(s): c5195f9

Edit README

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +1 -1
README.md CHANGED
@@ -125,7 +125,7 @@ Final JSON:
125
  After verifying that the server is responding to requests locally, you can test the server on a remote machine.
126
 
127
  ## OpenAPI
128
- To access OpenAPI documentation, go to:
129
  [http://localhost:10000/docs](http://localhost:10000/docs)
130
 
131
  ### Troubleshooting
 
125
  After verifying that the server is responding to requests locally, you can test the server on a remote machine.
126
 
127
  ## OpenAPI
128
+ To access OpenAPI specifications, go to:
129
  [http://localhost:10000/docs](http://localhost:10000/docs)
130
 
131
  ### Troubleshooting
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- git+https://github.com/macrocosm-os/prompting.git
2
  aiohttp
3
  deprecated
4
  aiohttp_apispec>=2.2.3
 
1
+ git+https://github.com/opentensor/prompting.git@features/move-validator-into-prompting
2
  aiohttp
3
  deprecated
4
  aiohttp_apispec>=2.2.3