Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 853 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 853 Bytes

aquif2-py

This is a Python implementation of the aquif-2 model, which is a chatbot based on Qwen 2.5 that can be used locally.

Usage

To use the model, you need to have Ollama installed and running on your machine on port 12345. You can find the installation file here.

Once you have Ollama running, you can run the model by executing the following command:

py main.py

This will make aquif-2 answer the question in the prompt variable declared on line 57.

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.

License

This project is licensed under the CC BY-NC 4.0 license. You can check it on the link or in the LICENSE file.