https://github.com/adrianromero/adricopilot
ADRICOPILOT is an experiment of a LLM application
https://github.com/adrianromero/adricopilot
Last synced: 3 months ago
JSON representation
ADRICOPILOT is an experiment of a LLM application
- Host: GitHub
- URL: https://github.com/adrianromero/adricopilot
- Owner: adrianromero
- License: gpl-3.0
- Created: 2024-05-30T20:11:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-01T12:02:47.000Z (5 months ago)
- Last Synced: 2025-01-27T11:45:47.836Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ADRICOPILOT
ADRICOPILOT is an experiment of a LLM application inspired on other IA chat tools. It requires [Ollama](https://www.ollama.com/) running.
# Screenshots
## General mode

## Physics mode

## Grader mode

## Settings

# Execute ADRICOPILOT from sources
Clone the repository and start. You will need and node and yarn installed first.
```
git clone https://github.com/adrianromero/adricopilot
cd ./adricopilot
yarn install
yarn dev
```# License
ADRICOPILOT is licensed under the GNU General Public License, Version 3, 29 June 2007.
Copyright (C) 2024 Adrián Romero.