File tree Expand file tree Collapse file tree 2 files changed +15
-9
lines changed
Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -69,22 +69,28 @@ qwikcrud -o output_dir
6969
7070## Roadmap
7171
72- ` qwikcrud ` is designed to support various stacks and AI providers. Here's an overview of what has been accomplished and
72+ ` qwikcrud ` is designed to support various frameworks and AI providers. Here's an overview of what has been accomplished and
7373what is planned for the future:
7474
75+ ### Frameworks
76+
7577- [x] FastAPI + SQLAlchemy
76- - [x] CRUD Endpoints
77- - [x] Admin interfaces with Starlette-admin
78- - [x] Files Management with SQLAlchemy-file
78+ - [x] Restful APIs
79+ - [x] Admin interfaces
7980 - [ ] Authentication
8081- [ ] FastAPI + Beanie
81- - [ ] SpringBoot
82- - [ ] Local LLMs support.
82+ - [ ] Spring Boot
83+
84+ ### AI providers
85+
86+ - [x] OpenAI
87+ - [ ] Anthropic
88+ - [ ] Ollama (self-hosted LLMs)
8389
8490## Pricing
8591
86- ` qwikcrud ` makes one API call per prompt. Please note that ` qwikcrud ` will add a system prompt of around 900 tokens to
87- your prompt. For example, with the GPT-3.5-turbo-1106 model, it will cost around $0.003 to generate your application.
92+ ` qwikcrud ` makes one API call per prompt and add a system prompt of around 900 tokens to
93+ your prompt. For example, with the OpenAI GPT-3.5-turbo-1106 model, it will cost around $0.003 to generate your application.
8894The cost may vary depending on the output length.
8995
9096## Contributing
Original file line number Diff line number Diff line change 1- __version__ = "0.0.1 "
1+ __version__ = "0.0.2 "
You can’t perform that action at this time.
0 commit comments