diff --git a/docs/index.md b/docs/index.md index 8d975b74..0285fa92 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,6 @@ # LLM +[![GitHub repo](https://img.shields.io/badge/github-repo-green)](https://github.com/simonw/llm) [![PyPI](https://img.shields.io/pypi/v/llm.svg)](https://pypi.org/project/llm/) [![Changelog](https://img.shields.io/github/v/release/simonw/llm?include_prereleases&label=changelog)](https://llm.datasette.io/en/stable/changelog.html) [![Tests](https://github.com/simonw/llm/workflows/Test/badge.svg)](https://github.com/simonw/llm/actions?query=workflow%3ATest) diff --git a/docs/openai-models.md b/docs/openai-models.md index a022236a..b3016bd6 100644 --- a/docs/openai-models.md +++ b/docs/openai-models.md @@ -40,7 +40,8 @@ OpenAI Chat: gpt-4-0125-preview OpenAI Chat: gpt-4-turbo-2024-04-09 OpenAI Chat: gpt-4-turbo (aliases: gpt-4-turbo-preview, 4-turbo, 4t) OpenAI Chat: gpt-4o (aliases: 4o) -OpenAI Completion: gpt-3.5-turbo-instruct (aliases: 3.5-instruct, chatgpt-instruct)``` +OpenAI Completion: gpt-3.5-turbo-instruct (aliases: 3.5-instruct, chatgpt-instruct) +``` See [the OpenAI models documentation](https://platform.openai.com/docs/models) for details of each of these.