interpolize 1.0.0

a rust program that scrapes discord, learns how your friends talk, and generates new messages in their collective voice. yes, this is what we're doing with our lives.
[discord]
token = "your_token_here"

[embeddings]
storage_path = "embeddings.bin"
vector_dim = 128
window_size = 4

[retrieval]
style_k = 8
context_k = 5
thread_depth = 4

[[channels]] #example
id = "123456789"
name = "general"
weight = 0.5
scrape_limit = 1000