Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/quantumbytestudios/codellama-web-ui
- Owner: QuantumByteStudios
- License: mit
- Created: 2024-03-26T19:48:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T07:06:13.000Z (7 months ago)
- Last Synced: 2024-04-17T09:47:08.126Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 32.2 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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