#Rust Crate called somnium

12 messages · Page 1 of 1 (latest)

azure crow
#

I’ve been using ChatGPT to help with rust SOMEIP and protobuf implementation and it’s mentioning using a crate called somnium as a someip library but it provides a GitHub link that give a 404 error has anyone heard or it before or if it has been renamed?

Thanks!

rocky fossil
#

you should not trust chatgpt for things like this

#

it could create a crate name from nowhere

#

it's not a search engine, it comes up with new things on the spot

azure crow
#

Ahh okay I thought it was sending me to a library because it provided a GitHub link to the rust-embedded group but got a 404

azure crow
rocky fossil
#

i do not.

azure crow
#

No worries. The only ones I can find are just serialisation libs

lament jungle
#

Be warned ChatGPT is extremely good at making lies that look true

#

Its language model was trained in a way that promoted generating false statements when it had no clear answer

#

"ChatGPT sometimes writes plausible-sounding but incorrect or nonsensical answers. Fixing this issue is challenging, as: (1) during RL training, there’s currently no source of truth; (2) training the model to be more cautious causes it to decline questions that it can answer correctly; and (3) supervised training misleads the model because the ideal answer depends on what the model knows, rather than what the human demonstrator knows." https://openai.com/blog/chatgpt/

OpenAI

We’ve trained a model called ChatGPT which interacts in a conversational way. The dialogue format makes it possible for ChatGPT to answer followup questions, admit its mistakes, challenge incorrect premises, and reject inappropriate requests. ChatGPT is a sibling model to InstructGPT, which is trained to follow an instruction in

azure crow
#

Okay thanks noted for the future!