tkellogg / fossil

A mastodon client optimized for reading, with an AI-enabled algorithm for displaying posts
https://www.fossil-social.com
65 stars 8 forks source link

Implement boost button #3

Closed tkellogg closed 9 months ago

tkellogg commented 9 months ago

There's a button, it just doesn't work

Tasks:

alenachao commented 9 months ago

hey, i'd love to work on this! can you assign it to me?

tkellogg commented 9 months ago

assigned. Good luck!

alenachao commented 9 months ago

Is an open ai api key required for setup? sorry I should've checked beforehand. if so, i think it should be added to the readme!

tkellogg commented 9 months ago

Sort of, but not really. I integrated llm, so I'm I'm accessing models though that. The only reason why you need OpenAI, at this point, is because I hardcoded some strings (pointing to ada-002 and gpt-3.5-turbo. I was going to get a local model fully working tonight; i'm waiting until that pans out to update the documentation around models.

If you're fine with OpenAI (it'll cost you a few cents, that's about it), then it's pretty easy to setup an account and get an API key. Otherwise, I'll see if I can get some local models running tonight.

tkellogg commented 9 months ago

Completed by #10