Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quantumbytestudios/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.
https://github.com/quantumbytestudios/codellama-web-ui

Last synced: 5 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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:

```bash
git clone https://github.com/QuantumByteStudios/codellama-web-ui.git
```

2. Navigate to the project directory:

```bash
cd codellama-web-ui
```

3. Run the run.sh script to start the application:

```bash
./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](https://github.com/QuantumByteStudios/codellama-web-ui/issues) in the GitHub repository.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Output

Prompt: `hello world in c++`
![Screenshot from 2024-04-04 16-59-50](https://github.com/QuantumByteStudios/codellama-web-ui/assets/81068582/cf09c3fc-752f-495b-9d3a-c539bcfdcb3c)
![Screenshot from 2024-04-09 04-34-24](https://github.com/QuantumByteStudios/codellama-web-ui/assets/81068582/553d3e59-998b-4fff-b683-5ad54c2ab8d5)

Using your local resources to generate output