Илисхан Гудаев

Results 3 comments of Илисхан Гудаев

> Which module in particular is causing the 404? I noticed that the error mainly occurs because of @langchain/openai which under the hood simply uses openai

I also built all the libraries manually and linked to my builds on GitHub and now everything works fine in production my current import_map.json ``` { "imports": { "zod": "https://deno.land/x/[email protected]/index.ts",...

> "openai": "https://raw.githubusercontent.com/openai/openai-deno-build/main/mod.ts", > "openai/helpers/zod": "https://raw.githubusercontent.com/openai/openai-deno-build/main/helpers/zod.ts", and everything breaks if I don't specify these two libraries from the openai repository, although logically there should be the same code on npm,...