Show HN:在網頁瀏覽器中除錯您的 AI 應用程式
一款名為 Pixie 的新 Python SDK,讓開發者能夠直接在網頁瀏覽器中互動式地除錯 AI 應用程式,簡化了 LLM 和 AI 框架的開發流程。
Navigation Menu
Search code, repositories, users, issues, pull requests...
Provide feedback
We read every piece of feedback, and take your input very seriously.
Saved searches
Use saved searches to filter your results more quickly
To see all available qualifiers, see our documentation.
Pixie Python SDK - Enable Interactive debugging for your AI applications. Works with any LLM or AI Dev framework.
License
Uh oh!
There was an error while loading. Please reload this page.
yiouli/pixie-sdk-py
Folders and files
Latest commit
History
Repository files navigation
Pixie
Enable interactive debugging in web browser for your AI application with a few lines of code.
Why?
Debugging AI applications is time-consuming and cumbersome.
Especially for early stage development, it doesn’t make sense to build e2e product just to test, or setup automated tests/evals.
So the process ends up being a lot of inputting awkwardly into the command line, and looking through walls of logs in different places.
Demo
Features
Get Started
1. Setup
In your project folder, install pixie-sdk package:
Create .env file in your project folder and add LLM API key(s):
Add AI Development framework depdendencies as needed:
Start the local server for debugging by running:
2. Connect Your Application
Add @pixie.app decorator to your main application function:
You should see in the log of pixie server that your app is registered.
3. Debug with web UI
Visit the web UI gopixie.ai to start debugging.
Important Links
Acknowledgments
This project is built on top of many awesome open-source projects:
About
Pixie Python SDK - Enable Interactive debugging for your AI applications. Works with any LLM or AI Dev framework.
Topics
Resources
License
Uh oh!
There was an error while loading. Please reload this page.
Stars
Watchers
Forks
Releases
Packages
0
Languages
Footer
Footer navigation
相關文章