Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2c995da

Browse filesBrowse files
Updated README
1 parent 861557b commit 2c995da
Copy full SHA for 2c995da

File tree

Expand file treeCollapse file tree

1 file changed

+16
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+16
-0
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This package provides:
2121
- [LangChain compatibility](https://python.langchain.com/docs/integrations/llms/llamacpp)
2222
- [LlamaIndex compatibility](https://docs.llamaindex.ai/en/stable/examples/llm/llama_2_llama_cpp.html)
2323
- Chat with kernel memory
24+
- LlamaCpp Python UI
2425
- OpenAI compatible web server
2526
- [Local Copilot replacement](https://llama-cpp-python.readthedocs.io/en/latest/server/#code-completion)
2627
- [Function Calling support](https://llama-cpp-python.readthedocs.io/en/latest/server/#function-calling)
@@ -825,6 +826,21 @@ Check out the [examples folder](examples/low_level_api) for more examples of usi
825826
Documentation is available via [https://llama-cpp-python.readthedocs.io/](https://llama-cpp-python.readthedocs.io/).
826827
If you find any issues with the documentation, please open an issue or submit a PR.
827828

829+
## UI's
830+
# SeKernel_for_LLM_UI
831+
This is the repository for the UI for the SeKernel_for_LLM module
832+
833+
## How to:
834+
- Clone the repo
835+
- Ensure that you have llama-cpp-python installed and running
836+
- Add your model to the `kernel.py` script
837+
- Launch the UI by running `python sekernel_ui.py`
838+
-- Please note : Only internet-connected chat is supported. If you have the skills, you can checkout the plugins.py module to add more functionality to your UI.
839+
840+
## Short-films
841+
https://github.com/user-attachments/assets/a6e75136-bd3f-4960-8791-6f83094f2123
842+
843+
828844
## Development
829845

830846
This package is under active development and I welcome any contributions.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.