How do I use integrations? #965
Unanswered
caedmon-kitty
asked this question in
Q&A
Replies: 3 comments 1 reply
|
Most integrations should work out-of-the-box. What error do you get? |
0 replies
|
This is the sole line in my .murex_profile (it was empty after the install) - And this is the error: |
1 reply
|
Thank you. All is good now. |
0 replies
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.
I built murex using the command GOBIN="$(pwd)" go install -v github.com/lmorg/murex@latest
It built it successfully and I am able to run it. In the user guide I see a section called "integrations". How do I use the config commands mentioned in the various individual integrations? For example I want to set my openai key for the chatgpt integration but get an errors if I put the command in my .murex_profile. Did I miss a section in the user guide describing config?
All reactions