-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a5b7014
commit 60edca6
Showing
2 changed files
with
38 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# TODOs for writing the documentation | ||
|
||
- [ ] convert MODELS.md into a seperate docs page | ||
|
||
- [ ] explaination for important examples | ||
|
||
- [ ] features breakdown | ||
|
||
- [ ] list all different output types/parsers | ||
|
||
- [ ] list all different input argument types | ||
|
||
- [ ] section about prompt writing and jinja syntax + examples how prompts are compiled | ||
|
||
- [ ] langchain compatibility explanation and examples | ||
|
||
- [ ] async/await explanation and examples | ||
|
||
- [ ] explaination of codebase structure and how to contribute | ||
|
||
- [ ] bounties/todos for contributors | ||
|
||
- [ ] union types/ error handling | ||
|
||
- [ ] page about local models (llamacpp/ollama) | ||
|
||
- [ ] document vision support | ||
|
||
- [ ] how to scale/structure a complex codebase using funcchain | ||
|
||
- [ ] funcchain settings | ||
|
||
- [ ] streaming support and examples | ||
|
||
- [ ] explain signature schema |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters