Replies: 9 comments 12 replies
-
Talking about json, AI is very useful to generate things in specified format. e.g. You can give it some markdown formatted text to translate and still formatted as markdown, P.S. Google gemini sure is free, but still it's not available in some regions where ChatGPT is. |
Beta Was this translation helpful? Give feedback.
-
Regarding colorscheme generator, I feel that the 8 terminal colors are not much different to provide much meaningful information. IMO, it works great for ags top bar, side bar or overview as it utilizes material-like layout, but for terminal it's kinda useless. I realized this when I was writing a material-like tmux bar config, and picking colors from terminal itself (as its easier to update them dynamically with escape sequences), but the 8-colors look very similar. Btw, how did you decide how to map the material colors to 8 terminal colors, did you follow any guide or template, or u are the first one to do it? Maybe I will try to look into this to make this more engaging. |
Beta Was this translation helpful? Give feedback.
-
Can you elaborate more on smart window rearrangement. Like, what kind of rearrangement are you trying to achieve? |
Beta Was this translation helpful? Give feedback.
-
A "Chat with Hyprland" Chatbot. A LLM with added knowledge of Hyprland, dots, ags and more related projects (Wikis, Forums) . Advanced: capable of fixing hyprland. For example add common fixes: ("reinstall_project", "reload ags", etc...) or even suggesting solutions after reading log files (privacy concerns? Use local LLM?). |
Beta Was this translation helpful? Give feedback.
-
The AI assistant seems really cool! Is there a way for me to just install that widget as I already the rest of my Hyprland set-up. I'm not a programmer(I'm trying to learn) and making my own widget with waybar/eww/whatever else is above my abilities but I'd like to see how yours works. I was considering trying to implement dolphin-2.7-mixtral-8x7b and run it locally through ollama. It's supposed to be able to code pretty well so I was hoping to use it to help troubleshoot as I learn. |
Beta Was this translation helpful? Give feedback.
-
Please add the ability to use custom endpoints! For instance I use https://openrouter.ai/ for interacting with AI. Would you please consider the ability to set Custom API endpoints and model. This would be amazing!. Not a fan of Gemini and OpenAI is overpriced. Openrouter is an amazing service and it would be amazing if you would implement it. Just a suggestion that would make this setup even better. In general props on what you have accomplished. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I have a suggestion. You should allow the connection to a searxng instance to give the ability for websearch. Searx is implemented in crewai, chat-ui, langchain connects to it. its the 'no api' local way(runs in docker) way to do web search, atleast that i know of. That would really turn up the badass of AI in this project. I believe this could be very easily implemented with Langchain. Just wondering what u thought about it. I been running end-4 for a couple months now and like it alot. Nice job by the way |
Beta Was this translation helpful? Give feedback.
-
Add gpt vision and chat with docs capabilities. I got mine patched with those. |
Beta Was this translation helpful? Give feedback.
-
My dotfiles are not only for visual pleasure. The experience I created surely looks good to me and to an average person, which is wonderful. But what really excites me is how it's different: a centered bar layout that's still mouse-friendly, an overview widget, and most recently, an AI widget that does not use a webview.
The real question
Some ideas and problems with them
Colorscheme generator using
gemini-pro-vision
Smart window rearrangement
Chat based on window content
Keep in mind
Let me know your ideas!
Beta Was this translation helpful? Give feedback.
All reactions