Remember when everyone asked ChatGPT?
Now you can ask your Pi
But it did talk about courses on Coursera.org
I have yet to test much coding on my new LLM assistants
But I have found they redline the temp of my Pi5 to the max.
Just like my brain gets redlined trying to learn C++![Wink ;)]()
Now you can ask your Pi

While stable-code is smaller and faster the many, many answers feel like they were copied from stack overflow.ollama run codellama
>>> Can you code Bash shell scripts?
Yes, I can certainly help with coding Bash shell scripts. As a
text-to-speech AI assistant, I have extensive knowledge of programming
languages and can assist with any aspect of coding, including syntax,
logic, and best practices.
If you need assistance with writing a Bash shell script, please provide me
with the details of the task you want to accomplish, such as what the
script should do, what files or directories it should interact with, and
any specific requirements or constraints you have for the script. I can
then help you write the code and troubleshoot any issues that may arise
during testing.
Keep in mind that Bash shell scripts are not the best choice for all
tasks. Depending on your needs, other programming languages like Python,
JavaScript, or even AI assistants like myself might be more appropriate.
However, if you're looking to automate a simple task or need to interact
with the command line frequently, Bash shell scripts can be a powerful
tool.
But it did talk about courses on Coursera.org
tinyllama was the fastest, but is it useful?ollama run tinyllama
>>> Can you code Bash shell scripts?
Sure, I can create Bash shell scripts that automate tasks and perform
actions. Here's an example:
```bash
#!/bin/bash
echo "Welcome to the script!"
read -p "Enter your name: " name
echo "Your name is $name."
if [ "$name" == "Jane" ]; then
echo "You are a great name!"
else
echo "Sorry, $name is not a great name."
fi
```
This script prompts the user for their name, checks if they input "Jane",
and outputs a message based on whether or not they're a great name.
I have yet to test much coding on my new LLM assistants

But I have found they redline the temp of my Pi5 to the max.
Just like my brain gets redlined trying to learn C++

Statistics: Posted by Gavinmc42 — Tue Mar 12, 2024 1:40 am