WIP push-to-talk Letta chat frontend
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 6 lines 187 B view raw
1// Prevents additional console window on Windows in release, DO NOT REMOVE!! 2#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] 3 4fn main() { 5 miwiwi_lib::run() 6}