Comment by chickensong
Comment by chickensong 2 days ago
The LLM usage is fun and interesting. What model are you using, and how much customization are you doing to integrate with the app and maintain character?
I suggest adding an export function to make the characters more portable. Maybe export to PDF as well as JSON.
Using haiku 4.5 right now. I think I could get away with even smaller models. The prompt is here: https://github.com/igor47/csheet/blob/main/src/ai/prompts.ts and my tool use is here but it's really all through the code: https://github.com/igor47/csheet/blob/main/src/tools.ts