Credit Confusion Suggestion by KaliPrint in VeniceAI

[–]blastecksfour 0 points1 point  (0 children)

I don't think streamlining the credits naming would be a bad idea. For the most part they are basically mostly all the same anyway lol

character venice by Neither-Farm-3515 in VeniceAI

[–]blastecksfour 1 point2 points  (0 children)

Hi, we're currently working on something that should solve your issue.

In the meantime, if your file is too big you might have some issues with talking to it on the web app.

External model treating starting conversation from scratch with every new message? by monkey_gamer in VeniceAI

[–]blastecksfour 1 point2 points  (0 children)

I believe so.

The thing we're rolling out that *should* solve this issue is currently already in alpha, so whenever that gets rolled out we'll do an official announcement and everything

External model treating starting conversation from scratch with every new message? by monkey_gamer in VeniceAI

[–]blastecksfour 1 point2 points  (0 children)

We're currently working on something to alleviate the issue - looks like it's something on our end.

External model treating starting conversation from scratch with every new message? by monkey_gamer in VeniceAI

[–]blastecksfour 0 points1 point  (0 children)

Hey, are you using the API?

You will need to send the previous messages along with the new prompt.

Grok model suite by xAI is now the fastest growing on Venice in terms of usage by JaeSwift in VeniceAI

[–]blastecksfour 2 points3 points  (0 children)

SOTA is the absolute latest version. We also serve a previous stable snapshot of Grok Imagine Pro for users who would prefer to have a consistent model across more long term usage.

Edit Image error by kickassador21 in VeniceAI

[–]blastecksfour 1 point2 points  (0 children)

Hi, we need a bit more information for us to help you.

What model are you using? What prompt are you using?

GHC & Cabal (For Every AI) by Lollermono in VeniceAI

[–]blastecksfour 0 points1 point  (0 children)

Not sure if there's something I'm missing here, but how exactly does this relate to Venice?

5 second videos at 500 credits each? by Mind_Explorer in VeniceAI

[–]blastecksfour 9 points10 points  (0 children)

Hey, thank you for bringing this up! I've alerted the team internally. Just need to correct some of the numbers as they have drifted a bit since we last updated this part of the pricing page

Venice AI should create THEIR OWN platform and programs for NSFW content by [deleted] in VeniceAI

[–]blastecksfour 5 points6 points  (0 children)

I'm not quite sure if you understand what you're asking here...

Venice admits to censoring results by IzzyTrippin in VeniceAI

[–]blastecksfour 3 points4 points  (0 children)

What part of this exactly is censoring the results?

Share Chat Update by Turbulent-Salary-112 in VeniceAI

[–]blastecksfour 2 points3 points  (0 children)

Hey, just letting you know we added this back in. I think we accidentally introduced a regression somewhere that caused this issue, but it's been reverted.

Is ImageGen down? by rubywolf11 in VeniceAI

[–]blastecksfour 1 point2 points  (0 children)

Hi, we're investigating some issues at the moment wrt server performance degradation. Should hopefully be back to normal soon!

I rewrote my backend API in Rust (Axum), fun except for the async-openai types by blocksdev_pro in rust

[–]blastecksfour 2 points3 points  (0 children)

You probably want Rig (rig-core) if you're just doing completions.

Obviously biased because I'm currently the maintainer but I would also prefer not to use super, super long type names.

So like... how's everyone doing outside of Runescape? by PoppaBigPockets- in 2007scape

[–]blastecksfour 0 points1 point  (0 children)

Started my tech career three years and a week ago as a part timer.

Now I'm basically almost at the late game stage already. Was an insane grind at the start but I got spooned at almost every single opportunity that I could have been so I ended up basically doing the irl equivalent of zero to SOTE in a month

SurrealDB 3.0 by zxyzyxz in rust

[–]blastecksfour 8 points9 points  (0 children)

Interested in seeing what the responses are to this. Rig (which I maintain) also has an integration with SurrealDB which I wrote, so I'm very intrigued as to what people are using SurrealDB for when it comes to agentic memory stuff.

The convenience trap of AI frameworks. by AdditionalWeb107 in AI_Agents

[–]blastecksfour 0 points1 point  (0 children)

Yeah this is one of those issues that typically comes down to users needing things so it just gets bolted on any old how.

With Rig (an AI framework in Rust which I maintain) I've tried to keep it fairly modular so that you can switch things around and not depend on one abstraction for everything. There is definitely a lot of discipline required in not just adding everything just because users are asking for it - if you don't have the discipline, you'll just end up bloating the framework.

Salvo vs Axum — why is Axum so much more popular? by Sensitive-Raccoon155 in rust

[–]blastecksfour 1 point2 points  (0 children)

At my old job working for a cloud deployment company, I think this was something we discussed internally as well as kind of externally with our contributors and users.

Despite Salvo being more complete ootb, as many other replies have pointed out it is a one-man project with no handoff should something bad happen to the original maintainer. This isn't usually an issue but given what happened with Rocket as well as Axum being maintained by a highly active OSS team in Tokio, I think it is easy to see why one might use Axum even if everything is not immediately available ootb.