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.
Stars
35
Forks
9
Watchers
35
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
16
commits
chore(requirements.txt): add codeinterpreterapi==0.0.5 to requirements.txt
18ecf6fView on GitHubfix(get_nla_agent.py): import ChatOpenAI instead of OpenAI
07f8df1View on GitHubfeat(clients): add get_openapi_chain function to langchain module
0ce74feView on GitHubfeat(tree_of_thoughts): add AsyncGuidance.py and GuidanceOpenAILanguageModel class
eb43011View on GitHubfeat(ai_services.py): add logger_stream_handler to AsyncOpenAILanguageModel and AsyncMonteCarloTreeofThoughts services
39a5d67View on GitHubrefactor(ai_utilities.py): use dictionary of AI services instead of if-else statements
8248224View on GitHubrefactor(main.py): add asynccontextmanager to handle lifespan events
3ea5d58View on GitHubfeat(main.py, ai_utilities.py, ai_services.py): add async/await to ai_services functions and close openai session on shutdown event.
862319aView on GitHub