Rightclick on Macs #7
Unanswered
mh19971967
asked this question in
Q&A
Replies: 3 comments 2 replies
|
Hey I appreciate the feedback. I'm going to update GitHub with the newest version that I've been working with. I didn't realize people were actually using this. There have been a significant number of updates and enhancements. I've been working to build this as something that can be used in my business. I'll do one quick test to make sure that it still installs properly in a Linux environment which should be enough for a Mac. I'll try to get this updated today. |
0 replies
|
Okay go ahead and update as I have completely updated the code base.
Updated the ability to install it on Linux, the issue with it saying no
input received for final processing just means that you need to go into the
properties for the workflow, go into the node properties and resave it
using an API endpoint that you use. But I think if you resync it with the
current version of the code base you shouldn't have that problem you'll
just need to put in an API key for open AI. Or add your own API endpoint.
For each of the workflows you'll need to go in edit them and just edit the
properties and make sure that it's pointed to the API endpoint you want on
each one
…On Sat, May 3, 2025, 4:28 AM mh19971967 ***@***.***> wrote:
Hi,
first of all congratulations for your project. Impressive.
I have tried to get started and have managed to setup (had to change
"python3" calls to "python3.11" in setup.sh) the software.
However, when I tried to interact with the software, I cannot seem to
configure an Instruction Prompt in the Editor as right clicks do not seem
to work.
Ollama was configured via the settings via the API interfaces and models
can be fetched.
When I use, e.g. "Interactive Chat" I only get "No input received for
final processing.".
Any ideas about what I am doing wrong?
Thanks very much!
—
Reply to this email directly, view it on GitHub
<#7>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3BHMCHZYZYWCF3GA6OUBDD24SK3FAVCNFSM6AAAAAB4LS7DGCVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZYGI3TKOBZGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
1 reply
|
The right click function when editing the nodes is a little weird. It only
works when your right clicking a open white area on the node you're trying
to edit. If you try right clicking the title bar or on any of the text, I
don't think the right click menu comes up. Give that a try and let me know.
…On Sat, May 17, 2025, 9:37 AM mh19971967 ***@***.***> wrote:
Thanks you.
I still have the problem that a right click is not possible when trying to
configure the nodes.
—
Reply to this email directly, view it on GitHub
<#7 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3BHMCEM3NCQNXXD6OOH7S3265JVPAVCNFSM6AAAAAB4LS7DGCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMJXHE3TSMY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
first of all congratulations for your project. Impressive.
I have tried to get started and have managed to setup (had to change "python3" calls to "python3.11" in setup.sh) the software.
However, when I tried to interact with the software, I cannot seem to configure an Instruction Prompt in the Editor as right clicks do not seem to work.
Ollama was configured via the settings via the API interfaces and models can be fetched.
When I use, e.g. "Interactive Chat" I only get "No input received for final processing.".
Any ideas about what I am doing wrong?
Thanks very much!
All reactions