#Rust Crate called somnium
12 messages · Page 1 of 1 (latest)
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
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
Do you know of any libraries that can be used to create a SOMEIP client and server?
i do not.
No worries. The only ones I can find are just serialisation libs
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/
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
Okay thanks noted for the future!