LlamaChat is an AI-powered chat application that connects you with the intelligent and helpful Llama. This application uses the same technology as ChatGPT, but with its own unique personality and capabilities.
Conduct conversations with Llama in a natural language style Ask questions and receive informative and engaging responses Engage in creative activities like writing stories or generating ideas
- Prerequisites:
- Node.js (18.x or higher)
- Yarn (or npm) for package management
- Clone the repository:
- Run the command
git clone https://github.com/vieiraricardo/llama-chat.git
to download the project files.
- Install dependencies:
- Run
npm install
oryarn install
to install all required dependencies.
-
Download and install Ollama, follow the website instructions to install your favorite model.
-
Start the application:
- Run
npm run dev
oryarn dev
to start the development server.
Once installed, you can access LlamaChat by visiting http://localhost:3000
in your web browser. From there, you can start chatting with Llama!
Be respectful and polite when interacting with Llama. Ask specific questions to get the most helpful responses. Experiment with creative activities like writing stories or generating ideas.
LlamaChat is open-source, and we welcome contributions from the community! If you'd like to contribute, please follow these steps:
- Fork the repository: Create a copy of the LlamaChat repository on your own GitHub account.
- Create a feature branch: Create a new branch for your changes, such as feature/my-new-idea.
- Make your changes: Edit files and add new code to implement your idea.
- Test your changes: Run npm test or yarn test to ensure your changes don't break the application.
LlamaChat is licensed under the MIT License. See LICENSE for details.
This project was inspired by the incredible work of the ChatGPT team. We're grateful for their contributions to the field of AI and natural language processing.
Have fun chatting with Llama!