Browse Source

clarify example in readme

Alex Cheema 1 year ago
parent
commit
bdf105a60c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -59,7 +59,7 @@ pip install -r requirements.txt
 
 
 ## Documentation
 ## Documentation
 
 
-### Example Usage on Multiple Devices
+### Example Usage on Multiple MacOS Devices
 
 
 #### Device 1:
 #### Device 1:
 
 
@@ -88,7 +88,6 @@ curl http://localhost:8000/v1/chat/completions \
    }'
    }'
 ```
 ```
 
 
-// A ChatGPT-like web interface will be available on each device on port 8000 http://localhost:8000 and Chat-GPT-compatible API on port 8001 (currently doesn't work see https://github.com/exo-explore/exo/issues/6).
 
 
 ```sh
 ```sh
 curl -X POST http://localhost:8001/api/v1/chat -H "Content-Type: application/json" -d '{"messages": [{"role": "user", "content": "What is the meaning of life?"}]}'
 curl -X POST http://localhost:8001/api/v1/chat -H "Content-Type: application/json" -d '{"messages": [{"role": "user", "content": "What is the meaning of life?"}]}'