added homeai

This commit is contained in:
Marcus Schiesser
2024-03-20 15:46:33 +07:00
parent 796b1e82e5
commit 05397f16f1
3 changed files with 5 additions and 0 deletions
+3
View File
@@ -4,3 +4,6 @@
[submodule "chat-llamaindex"]
path = chat-llamaindex
url = git@github.com:run-llama/chat-llamaindex.git
[submodule "homeai"]
path = homeai
url = https://github.com/2sunflower33/homeai
+1
View File
@@ -7,3 +7,4 @@ Here's some fun projects created with the `create-llama` command.
- [`nextjs-multi-modal`](nextjs-multi-modal/README.md): This example allows you to have a chat using the [GPT4 Vision model](https://platform.openai.com/docs/guides/vision) from OpenAI. You can upload files and ask the model to describe them.
- [`llamaindex-docs-agent`](llamaindex-docs-agent/README.md): This project builds an advanced chatbot over the LlamaIndex TS documentation.
- [`chat-llamaindex`](chat-llamaindex/README.md): Create and share LLM chatbots that know your data (PDF or text documents)
- [`homeai`](homeai/README.md): The AI real estate agent
Submodule
+1
Submodule homeai added at 629743da00