maccam912@alien.topBtoLocalLLaMA@poweruser.forum•Anyone using Go or Rust for AI work instead of python?English
1·
1 year agoI am using go for a story generation thing. It writes a story and does image prompts one at a time, but for generating images and narrations I can run those all in parallel super easily with go.
https://github.com/sashabaranov/go-openai and the req library, but otherwise yeah just writing out prompts. It uses stability AI for image generation, but I see no reason why you couldn’t point it to local models.