You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
A Python library that determines if a given number is even or not by sending prompts to LLM APIs. Built with LiteLLM for universal LLM support and structured output for reliable responses.
4
4
5
+
**Proudly built by vibe coding 🚀**
6
+
5
7
## Features
6
8
7
9
- 🤖 **LLM-Powered**: Uses Large Language Models to determine if numbers are even or odd
@@ -320,6 +322,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
320
322
321
323
## Acknowledgments
322
324
325
+
-**Proudly built by** vibe coding 🚀
323
326
-**Inspired by**[vibesort](https://github.com/abyesilyurt/vibesort) - GPT-powered array sorting using structured output
324
327
- Built with [LiteLLM](https://github.com/BerriAI/litellm) for universal LLM support
325
328
- Uses [Pydantic](https://github.com/pydantic/pydantic) for data validation
0 commit comments