Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vergissberlin/example-openai-server

Example OpenAPI server
https://github.com/vergissberlin/example-openai-server

Last synced: 6 days ago
JSON representation

Example OpenAPI server

Awesome Lists containing this project

README

        

# Example openAI server

This is a simple example of how to use the openAI server.

## Installation

```bash
git clone https://github.com/vergissberlin/example-openai-server
cd example-openai-server
yarn install
```

## Usage

```bash
yarn start
```

## License

[MIT](https://opensource.org/licenses/MIT)