From 98f5b79b2f78faf7268fda6dfd2b8211a3e913f8 Mon Sep 17 00:00:00 2001 From: Automated Date: Mon, 13 May 2024 22:10:09 +0000 Subject: [PATCH 1/3] Doc changes from 45245413bd5093579315243b9034d8fa01cbba6a --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 8d975b74..48cc007e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,6 @@ # LLM +![GitHub Repo stars](https://img.shields.io/github/stars/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) From a7bc58df26eff5ea2cd72153f7b6546bf97be237 Mon Sep 17 00:00:00 2001 From: Automated Date: Tue, 14 May 2024 01:41:20 +0000 Subject: [PATCH 2/3] Doc changes from 68df9721def4820e1b54311a032c19bac9e0e8ea --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 48cc007e..0285fa92 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # LLM -![GitHub Repo stars](https://img.shields.io/github/stars/simonw/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) From 4d1e958a1e8a813be38994704373dbb085fa8d13 Mon Sep 17 00:00:00 2001 From: "Brian J. Cardiff" Date: Thu, 23 May 2024 13:06:50 -0300 Subject: [PATCH 3/3] Update openai-models.md --- docs/openai-models.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.