Skip to content

Commit d9bdde9

Browse files
committed
Release 0.0.2
1 parent 202da60 commit d9bdde9

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff 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
7373
what 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.
8894
The cost may vary depending on the output length.
8995

9096
## Contributing

qwikcrud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.0.2"

0 commit comments

Comments
 (0)