Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 2.07 KB

README.md

File metadata and controls

60 lines (39 loc) · 2.07 KB

codellama-web-ui

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.

Features

  • Submit prompts and receive responses from Codellama.
  • View formatted responses with highlighted code blocks.
  • Copy code snippets to the clipboard for easy sharing.

Installation

To run Ask Codellama locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/QuantumByteStudios/codellama-web-ui.git
  2. Navigate to the project directory:

    cd codellama-web-ui
  3. 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.

Usage

  1. Open the Ask Codellama interface in your web browser.
  2. Enter a prompt or question in the input field.
  3. Click the "Submit" button to receive a response from Codellama.
  4. View the formatted response, including highlighted code blocks.
  5. Optionally, copy code snippets to the clipboard for sharing or further use.

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Output

Prompt: hello world in c++ Screenshot from 2024-04-04 16-59-50 Screenshot from 2024-04-09 04-34-24

Using your local resources to generate output