| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
I also added a link in the readme back to this PR 👍 |
Sorry, something went wrong.
* add php bindings to readme * readme : add link to PR --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
* add php bindings to readme * readme : add link to PR --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
* add php bindings to readme * readme : add link to PR --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
* add php bindings to readme * readme : add link to PR --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
* add php bindings to readme * readme : add link to PR --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
* add php bindings to readme * readme : add link to PR --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
* add php bindings to readme * readme : add link to PR --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
* add php bindings to readme * readme : add link to PR --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
| Back | FazBrowse Home | New Git URL |
Hello!
Thank you for this project!
I made an async PHP framework with a lot of features dedicated to llama.cpp . llama.cpp bindings can also be used standalone.
Here are the docs on how to use the basic bindings: https://resonance.distantmagic.com/docs/features/ai/server/llama-cpp/
There are also some features built on top llama.cpp API:
https://resonance.distantmagic.com/docs/features/ai/prompt-subject-responders/
I also wrote some tutorials:
https://resonance.distantmagic.com/tutorials/how-to-create-llm-websocket-chat-with-llama-cpp/
https://resonance.distantmagic.com/tutorials/how-to-serve-llm-completions/
I added the direct link to the bindings in the readme. Is there a chance I can also add links to those tutorials and other resources here somewhere?
Best wishes