Recent comments in /f/coolgithubprojects
Aphix t1_jca1xrg wrote
usc-ur OP t1_jc9ss05 wrote
Reply to comment by gargolito in Pyplexity: Useful tool to clean scraped text (better than BS4!) by usc-ur
A perplexity filter allows to remove sentences by likelihood to a given language model. In there you need to "play" with the parameter or threshold
gargolito t1_jc889m6 wrote
so... what are perplexity filters ?
usc-ur OP t1_jc7h77q wrote
Reply to comment by Aphix in Smarty Chat-GPT: A simple wrapper that tries to "hide" context information to end-users and enhance the performance of responses. by usc-ur
Sure, thanks for pointing this out :)
usc-ur OP t1_jc7guwj wrote
Reply to comment by Aphix in Pyplexity: Useful tool to clean scraped text (better than BS4!) by usc-ur
>All good, might want to link the other ones you posted in those other post comments, too (Smarty-GPT, etc) -- most of the time you can just link the GitHub directly from the post here.
My bad, quite a newbie: https://github.com/citiususc/Smarty-GPT
Aphix t1_jc79p1b wrote
Reply to Smarty Chat-GPT: A simple wrapper that tries to "hide" context information to end-users and enhance the performance of responses. by usc-ur
Think you have a typo in that screenshot (and no GitHub link), "ida" instead of "idea" in the last line.
Aphix t1_jc799qb wrote
Reply to comment by usc-ur in Pyplexity: Useful tool to clean scraped text (better than BS4!) by usc-ur
All good, might want to link the other ones you posted in those other post comments, too (Smarty-GPT, etc) -- most of the time you can just link the GitHub directly from the post here.
usc-ur OP t1_jc73mgl wrote
Reply to comment by Aphix in Pyplexity: Useful tool to clean scraped text (better than BS4!) by usc-ur
https://github.com/citiususc/pyplexity . My bad :)
Aphix t1_jc739fl wrote
Link to GitHub?
flipkitty t1_jc5t0eg wrote
I've tried and failed to get auto grouping/resizing editors before, so reading this could definitely help me. (Personally I wouldn't want infinite freeform space though.)
alexcroox t1_jc4lrxc wrote
This is fantastic, especially on an ultrawide. When doing full stack dev, if I have to add a new form field I often line up my tabs for the schema, entity, model, validation, form, service, route, route schema, api service. If I can group them all permanently in one place I can make future changes to a service so quickly without having to search and re-open all the tabs again and make the changes in order.
initdotcoe t1_jc40gb3 wrote
Still wondering how this might be useful.
povlov0987 t1_jc31it0 wrote
Reply to halp: A CLI tool to get help with CLI tools 🐙 by orhunp
I need to provide a key?
InitialCreature t1_jc2rjcz wrote
Reply to comment by sigoden in AIChat: A cli tool to chat with gpt-3.5/chatgpt in terminal. by sigoden
thank you! I'll try to integrate it in my own!
tsunami141 t1_jc2ouvt wrote
I've never used figma, what might be a good use case for something like this?
sigoden OP t1_jc2f2mf wrote
Reply to comment by UseNew5079 in AIChat: A cli tool to chat with gpt-3.5/chatgpt in terminal. by sigoden
You can't send more than 4096 tokens.AIChat will automatically evaluate the number of tokens used, and when it exceeds 4096, it will directly report an error and will not make a request
meepiquitous t1_jc2cnbp wrote
Reply to comment by HisMajestyMallard in a figma-like infinite workspace in visual studio code by HisMajestyMallard
Thank you so much!!
UseNew5079 t1_jc2a9t1 wrote
Reply to comment by sigoden in AIChat: A cli tool to chat with gpt-3.5/chatgpt in terminal. by sigoden
Oh i see. That makes sense. So if you try to send more than 4096 tokens the API will respond with error or will it charge you for >4096 tokens and just skip oldest?
[deleted] t1_jc26lp5 wrote
[deleted]
Razzile t1_jc230ch wrote
I actually don't hate this idea at all. Would be very useful on an ultrawide
sigoden OP t1_jc22w3y wrote
Reply to comment by UseNew5079 in AIChat: A cli tool to chat with gpt-3.5/chatgpt in terminal. by sigoden
AIChat has a max_tokens limit: https://github.com/sigoden/aichat/blob/4a74f5cd72160585721dbce1e92c110125d046dd/src/config/mod.rs#L263
sigoden OP t1_jc22eey wrote
Reply to comment by InitialCreature in AIChat: A cli tool to chat with gpt-3.5/chatgpt in terminal. by sigoden
Syntax highlighting: https://github.com/trishume/syntect
Color theme: https://github.com/jonschlinkert/sublime-monokai-extended
bent_my_wookie t1_jc21auo wrote
Reply to comment by HisMajestyMallard in a figma-like infinite workspace in visual studio code by HisMajestyMallard
Very cool idea, I’ll try it.
UseNew5079 t1_jc204th wrote
Really cool project! There should be a configuration option to limit size of input text to protect from mistakes like `cat big_big_file | aichat`
Aphix t1_jca204m wrote
Reply to comment by usc-ur in Pyplexity: Useful tool to clean scraped text (better than BS4!) by usc-ur
Mind elaborating?