-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDK and command interface #86
SDK and command interface #86
Conversation
@gentlementlegen can't request you for review |
@whilefoo When I try to run this, I get the following error: I am running the kernel from the related PR for LLM. Commands look like this in the manifest of this PR
They are an array when they should be an object, why is that? |
Did you link to the new SDK using
Honestly I thought it's easier as an array to just put these objects into OpenAI functions but later realized it's neither easier nor harder, I can change back to the object if you think it's better |
@whilefoo The plus side of the object is that it prevents duplicate keys. Yes I usually link with I had an awful time splitting the SDK itself, because of the following:
Smashed my head on the desk a whole day to fix this. |
I assume you built the SDK?
Ohh, that's why I couldn't import |
@whilefoo yes that's another reason why I switched to bun in the conversation rewards because it is easier to link with the same package manager. Usually using bun instead of yarn temporarily to install packages has not been a problem. Yes if you don't add it node is incapable of resolving the path even if it is there and described in package.json, all will tell you to switch to |
7b19d2c
into
ubiquity-os-marketplace:development
Related to ubiquity-os/ubiquity-os-kernel#186