Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 6ed6cae

Browse files
committed
README
1 parent 382964b commit 6ed6cae

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# LocalStack OpenAI Extension
2+
3+
![GitHub license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)
4+
![Python version](https://img.shields.io/badge/python-3.11%2B-blue)
5+
[![Build Status](https://travis-ci.com/yourusername/localstack-openai-mock.svg?branch=master)](https://travis-ci.com/yourusername/localstack-openai-mock)
6+
7+
This is a LocalStack extension that allows you to mock the OpenAI API for testing and development purposes. It provides a convenient way to interact with a mock OpenAI service locally using LocalStack.
8+
9+
## Installation
10+
11+
You can install this extension directly using the LocalStack extension manager:
12+
13+
```bash
14+
localstack extensions install "git+https://github.com/pinzon/localstack-openai-extension"
15+
```
16+
17+
## Authors
18+
**Cristopher Pinzon** [email protected]
19+
20+
### Thank you for using the LocalStack OpenAI Extension!

0 commit comments

Comments
 (0)