Asked

Chatgpt Integration?

I have been using ChatGPT a lot lately just to see what the AI can do.  I am impressed in many ways over previous Chatbot AI engines.   Integrating ChatGPT into ARC/Synthiam environment could lead to some very sentient like robot applications.   Is anyone working on a plug in for ChatGPT?


Related Hardware EZ-B v4
Related Control OpenAI Chatbot

ARC Pro

Upgrade to ARC Pro

Become a Synthiam ARC Pro subscriber to unleash the power of easy and powerful robot programming

#25  

Hey that is great news DJ, way to go! Looking forward to that!

#26  

I did ask chatgpt to write me a ping script for ultrasonic distance in Javascript to be copied into synthiam ARC and some of it looks correct but not sure if all of it would work.. As an AI language model, I am not able to write code directly in any specific platform or language. However, I can provide you with an example code snippet in JavaScript for an ultrasonic ping sensor to detect objects that you can use or adapt for your  function detectObject() { // send a pulse to the ping sensor digitalWrite(pingPin, LOW); delayMicroseconds(2); digitalWrite(pingPin, HIGH); delayMicroseconds(10); digitalWrite(pingPin, LOW);

// calculate the time it takes for the echo signal to return const duration = pulseIn(echoPin, HIGH);

// convert the duration to distance in centimeters const distance = duration / 58.2;

// check if an object is detected within the threshold distance if (distance < distanceThreshold) { // do something when an object is detected console.log('Object detected at distance:', distance, 'cm'); } } So I can see why some schools could complain if it is wrong format of code.(last time I used this kind of coding was EZSCRIPT Back in 2017.)

#28  

Wow she seemed so life like! They probably need to tweek the gpt4 as it just came out ,to make faster. Same thing happens when a new video card comes out for PC ,very slow first couple of months but then driver updates bring out the true fast processing power.

PRO
Canada
#29  

I think they need a new video card (banks of Nvidia GPUs).  They run GPT4 on the same Nvidia GPU’s they ran GPT3 on. They have now hit  memory and processing walls. They probably need to remove their dependence on CUDA and Nvidia and switch to an open platform. PyTorch 2.0 removes the Nvidia stranglehold and allows a range of hardware to be used so we are not dependant on raw GPU FLOPs and can now support the machine learning models across a variety of TPUs GPUs CPUs and ASICs.

#30   — Edited

Wow, it is on all the main news channels, every news network is reporting on chatgp3 and 4 like every 2 hours some reporter talking about it. FOX News even just reported 5 minutes ago how the U.S. needs to take the lead on this tech before China gets too far ahead and owns it forever. I mean as if ww3 is not important, they concentrate on A.I. CHAT as more important HA ha! I really need to be more sensitive with my comments as most of my cool electronic stuff all comes from Asia!

Unknown Country
#31   — Edited

It's great to hear that you've been exploring the capabilities of ChatGPT and finding it impressive compared to previous chatbot AI engines. Integrating ChatGPT into ARC/Synthiam environment can indeed open up possibilities for creating more sentient-like robot applications. As for a plug-in specifically for ChatGPT, I'm not aware of any ongoing development, but the AI space is constantly evolving, so it's possible that someone might be working on it.

@contact:gptnederlands.nl

PRO
USA
#32  

ChatGPT works well, different responses.

thanks