https://github.com/danny-avila/ai-services
AI Services API: serves langchain, huggingface, & other emergent python AI libraries as a service. This project mainly serves LibreChat, and is in active open development.
https://github.com/danny-avila/ai-services
Last synced: 3 months ago
JSON representation
AI Services API: serves langchain, huggingface, & other emergent python AI libraries as a service. This project mainly serves LibreChat, and is in active open development.
- Host: GitHub
- URL: https://github.com/danny-avila/ai-services
- Owner: danny-avila
- Created: 2023-06-04T13:49:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T19:46:17.000Z (about 2 years ago)
- Last Synced: 2025-06-03T23:13:09.373Z (5 months ago)
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 28
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Services API
### ⚠️ Documentation in /docs is not up-to-date ⚠️
Example payload to **nla_agent**
```json
{
"input": "My noteable project id is 245eafa1-8f73-4c27-a72a-c46a2f713ccc . Use this csv file and turn it into a jupyter notebook https://fred.stlouisfed.org/...\nCreate a line plot using seaborn",
"service":"nla_agent",
"envs": {
"OPENAI_API_KEY": "sk-suchandsuch",
"PLUGIN_API_KEY": "plugin_api_key",
"plugin_name": "noteable"
}
}
```Make sure you pass the API key (`x-api-key`) in headers:
