Codellama Web UI is a user interface for interacting with the Ollama model, known as Codellama. It provides a straightforward interface where users can input their questions or prompts, and Codellama generates responses based on its trained model.
- Submit prompts and receive responses from Codellama.
- View formatted responses with highlighted code blocks.
- Copy code snippets to the clipboard for easy sharing.
To run Ask Codellama locally, follow these steps:
-
Clone the repository:
git clone https://github.com/QuantumByteStudios/codellama-web-ui.git
-
Navigate to the project directory:
cd codellama-web-ui
-
Run the run.sh script to start the application:
./run.sh
This will start the web server and launch the Ask Codellama interface in your default web browser.
- Open the Ask Codellama interface in your web browser.
- Enter a prompt or question in the input field.
- Click the "Submit" button to receive a response from Codellama.
- View the formatted response, including highlighted code blocks.
- Optionally, copy code snippets to the clipboard for sharing or further use.
Contributions to Ask Codellama are welcome! If you have suggestions for improvements or would like to report a bug, please create an issue in the GitHub repository.
This project is licensed under the MIT License - see the LICENSE file for details.
Using your local resources to generate output