From c93b8dd5ffce47e12e36f6eb1b6afb48b035186c Mon Sep 17 00:00:00 2001 From: Jonathan Algar Date: Thu, 18 Jan 2024 01:32:58 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee823cc..21784bd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ LLM wrapper service (currently `gpt4-vision-preview`) to batch generate alt text and title attributes for images defined in markdown formatted text. -Exists to abstract interaction with the LLM and LangSmith APIs and provide a single interface for clients, for example [alttexter-ghclient](https://github.com/jonathanalgar/alttexter-ghclient). +Exists to abstract the LLM and LangSmith APIs and provide a single interface for clients, for example, [alttexter-ghclient](https://github.com/jonathanalgar/alttexter-ghclient). See OpenAPI specification for the service [here](https://app.swaggerhub.com/apis/JONATHANALGARGITHUB/alttexter/0.1).