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

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

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

![Screenshot](./general.png)

## Physics mode

![Screenshot](./physics.png)

## Grader mode

![Screenshot](./grader.png)

## Settings

![Screenshot](./settings.png)

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