Metadata-Version: 2.1
Name: litechat
Version: 0.0.12
Summary: automated huggingchat openai style fastapi inference
Home-page: https://github.com/santhosh/
License: MIT
Author: Kammari Santhosh
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: pyautogui (>=0.9.54,<0.10.0)
Project-URL: Repository, https://github.com/santhosh/
Description-Content-Type: text/markdown

Plan
1. Automate Huggingchat with playwright (Done)
2. OpenAI compatible response (Done)
3. handle system prompt, supports only prompt message (DONE)
4. model, syste prompt caching (done)
5. add codegpt plugin compatible (done)
6create openai compatible api (done)

