"ramalama lightspeed" command #1793
Replies: 7 comments
-
Beta Was this translation helpful? Give feedback.
-
@ericcurtin, hi! Let me know how we can help with this. If you need someone to implement that, we can sync in slack and I could try, just let me know. |
Beta Was this translation helpful? Give feedback.
-
Just enhance the client code in RamaLama to talk to the lightspeed endpoint, it's just another openai endpoint at the end of the day, a reference implementation is here: https://github.com/rhel-lightspeed/command-line-assistant please feel free to take this on. We don't want to reimplement all the features of command-line-assistant, just the most basic one, speaking to lightspeed endpoint. |
Beta Was this translation helpful? Give feedback.
-
@ericcurtin can you assign the issue to me? I will take this task and implement it when I have some spare time. |
Beta Was this translation helpful? Give feedback.
-
@r0x0d any updates? |
Beta Was this translation helpful? Give feedback.
-
@rhatdan I believe the gist of this issue was that, currently, ramalama would need to implement the same authentication mechanism we have in CLA in order to communicate with our external service. It looks too much complex (in my opinion). |
Beta Was this translation helpful? Give feedback.
-
I agree, moving this to a discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature request description
Connect our client to rhel lighspeed endpoint over TLS:
https://github.com/search?q=repo%3Arhel-lightspeed%2Fcommand-line-assistant+endpoint&type=code
just to achieve a basic chatbot, no complex functionality, just a basic chatbot that connects to the endpoint. Leave the enhanced features to:
https://github.com/rhel-lightspeed/command-line-assistant
Basically
ramalama lightspeed
should behave likeramalama run
but it just connects to the lightspeed endpoint as a client.Suggest potential solution
No response
Have you considered any alternatives?
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions