Skip to content

DoubleTheV/OllamaInteract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ollama Interact

Description

Ollama Interact is a cross-platform CLI / Desktop app for interaction, management and memory of Ollama models.

Features

  • Chatting with AI models through an CLI or Desktop app.
  • Memory creation and retention about user.
  • Easy customization of the models.
  • Cross platform application

Requirements

Running the app

Option 1 (the easier one):

Download the release (on the right of the current website).

Option 2 (if the release you are looking for is not listed):

Use git to clone the repository and build the project using dotnet.

# Cloning the repository
git clone https://github.com/DoubleTheV/OllamaInteract.git

cd OllamaInteract/src/OllamaInteract.CLI # for CLI

cd OllamaInteract/src/OllamaInteract.GUI # for GUI

# Running the software

dotnet run

# or

dotnet build
# Run the executable in the /bin/Debug/net9.0

Contributing

Contributions are welcome! Please read CONTRIBUTING.md for guidelines on how to submit pull requests, report issues, or suggest features.

License

This project is licensed under the Mozilla Public License 2.0 (MPL-2.0).

About

Cross-Platform CLI / GUI app for interaction with Ollama

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors