Nikolai Kolodziej
Nikolai Kolodziej
@severinlandolt did you get a chance to look at this? If this has a chance to get merged soon but the conflicts are an issue I'd be happy to help...
If you just need to reveal the locked secret values, you can simply run the `env` command inside your container, using the `Command` tab.
@danielhanchen @shimmyshimmer it looks like it's not possible to (full) train Gemma 3 at this moment
I'm not well versed in Rust, but I'll try to aggregate the code issues and perhaps try to fix them when I find the time. ### (Some) Problematic lines: -...
I think I got it mostly working with a few request and response overrides: ```ts import { getStopTokens } from "@/util"; import { createOpenAI } from "@ai-sdk/openai"; import { generateObject,...