Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
fabge committed Aug 5, 2024
1 parent 18ec2eb commit f6e971c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f6e971c

Please sign in to comment.