B. GOR
B. GOR
The issue was resolved by adding `--tensor-parallel-size 1` The reason it helped, because I am running runpod instance which as I understand, gives me access only to requested GPUs attached...
I can see that Blobs were implemented internally, but should I still keep using string type for images? When I try to define a Blob field in model, it doesn't...
I am running this script in my terminal to dump all entries from maccy to a file: ``` result=$(sqlite3 ~/Library/Containers/org.p0deje.Maccy/Data/Library/Application\ Support/Maccy/Storage.sqlite "SELECT ZTITLE FROM ZHISTORYITEM ORDER BY ZFIRSTCOPIEDAT;") echo "$result"...
I am using Helix with Warp, and really enjoy it, usually I have multiple tabs for different projects in Helix opened in separate tabs within Warp terminal. Currently, I can...
currently legacy version is being used https://github.com/thirdweb-dev/ui
It works "deno run main.ts" main.ts ``` import { generateText, openai } from "npm:modelfusion"; ``` But when I am trying to build with deno-esbuild, it seems to not support npm...
As a temporary solution, following works: ``` const { generateText } = await import('https://dev.jspm.io/modelfusion'); ```
The issue https://github.com/evanw/esbuild/issues/3506 seemed to be resolved by using jspm and though it works for simple case it fails when trying to register tools because of another issue with zod...
Is there are a way to provide directy my json schema instead of zod? Because I am building kind of visual editor based on modelfusion where user ends up describing...
@lgrammel that's amazing, and here just recorded a demo of visual agent editor I am building with modelfusion: https://youtu.be/V-rI_ughijw