Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vergissberlin/example-openai-server
- Owner: vergissberlin
- Created: 2022-12-30T11:49:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:38:54.000Z (11 months ago)
- Last Synced: 2024-10-10T19:41:57.404Z (27 days ago)
- Language: JavaScript
- Homepage: https://vgbln-openai.herokuapp.com
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)