Justin Torre
Justin Torre
was getting TypeError: drawMatchesKnn() missing required argument 'outImg' (pos 6)
SIFT is segfaulting. see: https://stackoverflow.com/questions/63949074/cv2-sift-causes-segmentation-fault
Steps to reproduce ```bash forge init solidity-tutorial code . ``` in the test file  references: https://chainstack.com/foundry-a-fast-solidity-contract-development-toolkit/
I was going through the (Rust and wasm tutorial)[https://rustwasm.github.io/docs/book/introduction.html] and ran into some issues with wasm-bindgen 0.2.66. Other people are also experiencing (issues here)[https://github.com/rustwasm/wasm-pack/issues/886#issuecomment-665953933] This change pins wasm-bindgen version to...
## What does this PR do? Alerting users about a Node 18 regression and showing alternative solutions. ## Notes to reviewers There seems to be a regression in node 18...
Add configuration parameter to the constructor of OpenAI so that users can have more control of their
Allows the ability to add custom parameters within your OpenAI generate calls ```typescript export const run = async () => { const model = new OpenAI({ temperature: 0 }); const...
Can we change the constructor to allow a different base path for OpenAI? I want to be able to integrate tools like Helicone or LemonFox
**Description** Having a self referential type like... ```json "Json": { "anyOf": [ { "type": "string" }, { "type": "number", "format": "double" }, { "type": "boolean" }, { "properties": {}, "additionalProperties":...
Hello! Can we add support for Helicone to Chatbot UI? I can help cut the PR, it should be really simple. You just need to add the ability to enable...