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...)
- Host: GitHub
- URL: https://github.com/temidaradev/neuratalk
- Owner: temidaradev
- License: mit
- Created: 2025-02-26T17:15:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T11:19:00.000Z (over 1 year ago)
- Last Synced: 2025-03-01T12:23:35.732Z (over 1 year ago)
- Topics: fyne, go, gui, llm, ollama
- Language: Go
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 !!