[object Object]

← back to Exo

clarify example in readme

bdf105a60c81228643466c4b2d135aade4e9c18d · 2024-07-16 00:32:40 -0700 · Alex Cheema

Files touched

Diff

commit bdf105a60c81228643466c4b2d135aade4e9c18d
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Tue Jul 16 00:32:40 2024 -0700

    clarify example in readme
---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 02ac0208..ca240188 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ pip install -r requirements.txt
 
 ## Documentation
 
-### Example Usage on Multiple Devices
+### Example Usage on Multiple MacOS Devices
 
 #### 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
 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?"}]}'

← 9759408a trim off the eos_token_id from chatgpt api response  ·  back to Exo  ·  fix #7 no module named aiohttp bf565f94 →