Skip to content

ReneKrewinkel/idea-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDEA cli

b b b b

UPDATE Added Ollama Support!

CLI tool to generate short ideas into your Obsidian Vault.
Read the blog post

Config

Add to your .env file or environment vars

VAULT_PATH=/full/path/to/your/vault
OPENAI_TOKEN=openai-token
OPENAI_URL=https://api.openai.com/v1/
OPENAI_MODEL=gpt-3.5-turbo
USE_OLLAMA=YES|NO
OLLAMA_MODEL=llama2:latest
YOUTUBE_TOKEN=youtube-token-not-used-yet

TO DO

Build

MacOS

cargo build --target=aarch64-apple-darwin --release

Windows

cargo build --target x86_64-pc-windows-gnu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages