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

https://github.com/temidaradev/neuratalk

Short conversation GUI app for local ollama llms (for now...)
https://github.com/temidaradev/neuratalk

fyne go gui llm ollama

Last synced: about 2 months ago
JSON representation

Short conversation GUI app for local ollama llms (for now...)

Awesome Lists containing this project

README

          

# NeuraTalk

You can use you local ollama llms with NeuraTalk. Just a basic GUI and lightweight.

## How To Use NeuraTalk
Firstly you have to run ollama if it is not running currently ``ollama serve``

Now open the folder and just do ``make run`` or ``go run main.go``

Golang has to be installed and needs CGO

### !! Currently just supports session-wide conversation !!
### !! Not saving the conversations yet !!