Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ pinned: false
|
|
8 |
---
|
9 |
# ArtyLLaMA: Empowering AI Creativity in the Open Source Community π¦π¨
|
10 |
|
11 |
-
ArtyLLaMA is an
|
12 |
|
13 |
## Project Description
|
14 |
|
@@ -68,7 +68,7 @@ Users of ArtyLLaMA should be aware of:
|
|
68 |
4. Run the application: `npm run dev`
|
69 |
5. Access the interface at `http://localhost:3000`
|
70 |
|
71 |
-
For more detailed instructions, including Docker setup, visit our [GitHub repository](https://github.com/
|
72 |
|
73 |
## License
|
74 |
|
@@ -83,14 +83,14 @@ If you use ArtyLLaMA in your research or projects, please cite it as follows:
|
|
83 |
author = {Robin Kroonen},
|
84 |
title = {ArtyLLaMA: Empowering AI Creativity in the Open Source Community},
|
85 |
year = {2024},
|
86 |
-
url = {https://github.com/kroonen
|
87 |
}
|
88 |
```
|
89 |
|
90 |
## Contact
|
91 |
|
92 |
For questions, feedback, or collaborations, please reach out to:
|
93 |
-
- GitHub: [https://github.com/
|
94 |
- Email: robin@kroonen.ai
|
95 |
- Twitter: [@rob_x_ai](https://x.com/rob_x_ai)
|
96 |
|
|
|
8 |
---
|
9 |
# ArtyLLaMA: Empowering AI Creativity in the Open Source Community π¦π¨
|
10 |
|
11 |
+
ArtyLLaMA is an experimental chat interface for Open Source Large Language Models, leveraging the power of Ollama, OpenAI, and Anthropic. It features dynamic content generation and display through an "Artifacts-like" system, making AI-assisted creativity more accessible and interactive.
|
12 |
|
13 |
## Project Description
|
14 |
|
|
|
68 |
4. Run the application: `npm run dev`
|
69 |
5. Access the interface at `http://localhost:3000`
|
70 |
|
71 |
+
For more detailed instructions, including Docker setup, visit our [GitHub repository](https://github.com/ArtyLLaMA/ArtyLLaMA).
|
72 |
|
73 |
## License
|
74 |
|
|
|
83 |
author = {Robin Kroonen},
|
84 |
title = {ArtyLLaMA: Empowering AI Creativity in the Open Source Community},
|
85 |
year = {2024},
|
86 |
+
url = {https://github.com/kroonen}
|
87 |
}
|
88 |
```
|
89 |
|
90 |
## Contact
|
91 |
|
92 |
For questions, feedback, or collaborations, please reach out to:
|
93 |
+
- GitHub: [https://github.com/ArtyLLaMA](https://github.com/kroonen)
|
94 |
- Email: robin@kroonen.ai
|
95 |
- Twitter: [@rob_x_ai](https://x.com/rob_x_ai)
|
96 |
|