Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/XpressAI/xai-openai
OpenAI components for Xircuits
https://github.com/XpressAI/xai-openai
Last synced: about 1 month ago
JSON representation
OpenAI components for Xircuits
- Host: GitHub
- URL: https://github.com/XpressAI/xai-openai
- Owner: XpressAI
- License: mit
- Created: 2023-04-14T03:54:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-08T07:08:57.000Z (8 months ago)
- Last Synced: 2024-04-14T10:18:46.520Z (7 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenAI Xircuits Component Library
This library contains Xircuits components for interacting with the OpenAI API, allowing you to easily integrate OpenAI's functionalities, such as retrieving models and generating text, into your Xircuits projects. It also contains a workflow to help you get started.
## Installation
```bash
pip install -r requirements.txt
```To use this component library, simply copy the directory / clone or submodule the repository to your working Xircuits project directory.