illhouseyou
illhouseyou
DDeno
Created by illhouseyou on 2/7/2024 in #help
Deno AI Assistant - How Are You Built?
I'm interested to learn the architecture behind the Deno AI assistant. 1. What model(s) are used? 2. What Database is used? 3. Which deno packages are used? 4. Are there recommended tutorials on building something similar to the Deno AI Assistant? Thanks in advance.
9 replies
DDeno
Created by illhouseyou on 3/5/2023 in #help
Warning Implicitly using latest version (0.178.0) for...
Hello - Deno newb here. When running deno task start I get "Warning Implicitly using latest version (0.178.0) for https://deno.land/std/node/events.ts" The error below is then thrown which makes sense because https://deno.land/std@0.178.0/node/events.ts is a 404. error: Uncaught (in promise) TypeError: Module not found "https://deno.land/std/node/events.ts". at https://raw.githubusercontent.com/Zhomart/dex/930253915093e1e08d48ec0409b4aee800d8bd0c/lib-dyn/deps.ts:7:24 await import(entrypoint); ^ at async dev (https://deno.land/x/fresh@1.1.3/src/dev/mod.ts:187:3) How can I resolve this? Thanks!
5 replies