Skip to content

Instantly share code, notes, and snippets.

View koogawa's full-sized avatar
🏠
Working from home

Kosuke Ogawa / Marimo koogawa

🏠
Working from home
View GitHub Profile
@koogawa
koogawa / ChatFM.swift
Last active June 13, 2026 23:37 — forked from koher/ChatFM.swift
import SwiftUI
import Foundation
import FoundationModels
import AudioToolbox
import PhotosUI
import UIKit
enum Role: Hashable {
case user
case assistant