From f6e971c59ca24b920b66da2acd946a06da194f32 Mon Sep 17 00:00:00 2001 From: Fabian Date: Mon, 5 Aug 2024 13:07:42 +0200 Subject: [PATCH] init --- README.md | 5 ++--- pyproject.toml | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f0afccf..57fe7e3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ # llm-azure [![PyPI](https://img.shields.io/pypi/v/llm-azure.svg)](https://pypi.org/project/llm-azure/) -[![Changelog](https://img.shields.io/github/v/release/simonw/llm-azure?include_prereleases&label=changelog)](https://github.com/simonw/llm-azure/releases) -[![Tests](https://github.com/simonw/llm-azure/actions/workflows/test.yml/badge.svg)](https://github.com/simonw/llm-azure/actions/workflows/test.yml) -[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/llm-azure/blob/main/LICENSE) +[![Changelog](https://img.shields.io/github/v/release/fabge/llm-azure?include_prereleases&label=changelog)](https://github.com/fabge/llm-azure/releases) +[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/fabge/llm-azure/blob/main/LICENSE) LLM access to the Azure OpenAI SDK diff --git a/pyproject.toml b/pyproject.toml index e26fbe6..689b0da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,9 +14,9 @@ dependencies = [ [project.urls] Homepage = "https://github.com/fabge/llm-azure" -Changelog = "https://github.com/simonw/llm-azure/releases" -Issues = "https://github.com/simonw/llm-azure/issues" -CI = "https://github.com/simonw/llm-azure/actions" +Changelog = "https://github.com/fabge/llm-azure/releases" +Issues = "https://github.com/fabge/llm-azure/issues" +CI = "https://github.com/fabge/llm-azure/actions" [project.entry-points.llm] azure = "llm_azure"