[object Object]

← back to Exo

fix broken links in README

ca644562604dd3bdcfbadcdda4da9636c83aedae · 2024-09-08 12:07:10 +0100 · Alex Cheema

Files touched

Diff

commit ca644562604dd3bdcfbadcdda4da9636c83aedae
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Sun Sep 8 12:07:10 2024 +0100

    fix broken links in README
---
 README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md
index a0becd1f..ca426634 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ exo will [automatically discover](https://github.com/exo-explore/exo/blob/945f90
 
 ### ChatGPT-compatible API
 
-exo provides a [ChatGPT-compatible API](exo/api/chatgpt_api.py) for running models. It's a [one-line change](examples/chatgpt_api.py) in your application to run models on your own hardware using exo.
+exo provides a [ChatGPT-compatible API](exo/api/chatgpt_api.py) for running models. It's a [one-line change](examples/chatgpt_api.sh) in your application to run models on your own hardware using exo.
 
 ### Device Equality
 
@@ -108,8 +108,6 @@ python3 main.py
 
 That's it! No configuration required - exo will automatically discover the other device(s).
 
-The native way to access models running on exo is using the exo library with peer handles. See how in [this example for Llama 3](examples/llama3_distributed.py).
-
 exo starts a ChatGPT-like WebUI (powered by [tinygrad tinychat](https://github.com/tinygrad/tinygrad/tree/master/examples/tinychat)) on http://localhost:8000
 
 For developers, exo also starts a ChatGPT-compatible API endpoint on http://localhost:8000/v1/chat/completions. Example with curls:

← 874886ab simplify mlx non blocking  ·  back to Exo  ·  move `.exo_used_ports` to `/tmp` 4b009401 →