readme updates

This commit is contained in:
Chris McKenzie
2025-03-26 18:55:35 -07:00
parent 74aa9b6b67
commit 728005d28c
2 changed files with 31 additions and 12 deletions
-3
View File
@@ -67,9 +67,6 @@ To integrate PyWorker with a model server not already supported, you need to cre
**For a detailed walkthrough, refer to the `hello_world` example:** [workers/hello_world/README.md](workers/hello_world/README.md)
**For more complex examples, see:**
* [ComfyUI Worker](workers/comfyui/README.md)
* [TGI Worker](workers/tgi/README.md)
**Type Hinting:** It is strongly recommended to use strict type hinting throughout your implementation. Use `pyright` to check for type errors.