Ted Fulk
Ted Fulk
  • Видео 14
  • Просмотров 7 931
Groq + Open WebUI
In this tutorial, learn how to integrate Groq's high-speed inference capabilities and open source models with OpenWebUI on your local machine. This detailed guide walks you through setting up the OpenWebUI, adjusting admin settings, connecting to Groq's API, and testing out new models. Discover the advanced features of OpenWebUI, including creating custom GPT models and saving prompts, documents, and tools for unique applications. Follow along for a comprehensive look into enhancing your machine learning workflow.
00:00 Introduction to Groq and OpenWebUI
00:27 Setting Up OpenWebUI
00:45 Configuring Groq API
01:46 Testing the Integration
02:41 Exploring OpenWebUI Features
03:19 Conclusion and Fe...
Просмотров: 1 485

Видео

Deleting A Fish Alias
Просмотров 292 месяца назад
How to Easily Delete Aliases in Fish Shell | Step-by-Step Guide In this video, learn how to delete aliases in Fish shell effortlessly using a custom delete_alias function. From identifying the alias details to safely removing it from your config file and current session, this guide walks you through the entire process with clear instructions and error checks. Perfect for those struggling with p...
Groq + Aider Is Insanely Fast
Просмотров 1,6 тыс.2 месяца назад
In this video, we explore the use of AI pair programming tools like Aider and Cursor to build a backend using FastAPI and SQLite. We also showcase the power of these AI tools in speeding up development. Groq: console.groq.com/keys Aider: aider.chat/ Cursor: www.cursor.com/ 00:00 Introduction to AI Pair Programming Tools 00:48 Setting Up Your Environment 04:20 Creating and Initializing the Datab...
Convert Dalle WEBP To JPG - Fish
Просмотров 592 месяца назад
Automate Your DALL·E Image Conversion Process with This Simple Script In this episode, learn how to create a function to convert and move DALL·E images from .webp to .jpg format. The script guides you through handling deletion flags, setting up source and destination directories, processing file names, and ensuring unique naming to avoid conflicts. Using ffmpeg, it converts images and logs the ...
How To All Update Ollama Models With One Command - Bash
Просмотров 1692 месяца назад
Efficient Ollama Model Updates Using Bash Scripting In this episode, we demonstrate how to create a Bash function called 'update_ollama_models' to automate the update process of Ollama models. We'll show you how to group commands, maintain background tasks, handle arrays, and use common Bash tools like 'awk' and 'tail' to fetch, update, and list the models efficiently. Follow along as we walk t...
Ollama Tools Function Calling
Просмотров 702 месяца назад
Exciting tools update from the Ollama team! Leave your questions and tutorial requests in the comments! Code: github.com/Tedfulk/ollama_function_calling 00:00 Introduction 00:19 Setting Up the Project 00:45 Installing Dependencies 01:03 Understanding Function Calling 01:24 Running the Main Script 01:34 Demonstrating Function Calls 05:03 Final Thoughts and Next Steps
How To SSH From Cursor
Просмотров 1,2 тыс.2 месяца назад
Learn how to SSH from Cursor easily with this detailed step-by-step guide. A Like is like a 10¢ Tip. A Subscribe is like a 25¢ Tip. A Comment of what tutorials you want to see, could save you hours searching for the answer. If the video helped, drop one of each. Peace Blog post: open-vsx.org/extension/jeanp413/open-remote-ssh 00:00 Introduction and Purpose 00:21 Setting Up SSH on Local Machine ...
Rename Your Images With Ollama
Просмотров 552 месяца назад
Rename Your Images With Ollama Code: github.com/Tedfulk/ollama-rename-img.git 00:00 Introduction 00:28 Setting Up: Downloading OLLAMA and Cloning the Repo 01:30 Environment Setup: Installing Poetry and Dependencies 02:57 Running the Application 04:29 Deep Dive: Understanding the Code 08:19 Generating Keywords: Using OLLAMA for Image Classification 11:21 Conclusion: Final Steps and Where to Find...
Groq on your command line
Просмотров 2017 месяцев назад
How to Run AI Machine Learning Inferences with Groq from Command Line In this tutorial video, the host demonstrates how to harness the power of Groq's superfast LPU's for AI machine learning from the command line. The key requirements mentioned are acquiring an API key from Groq website and installing a command-line tool called llm. The host walks through the entire process from installing llm,...
How to Update Ollama Models
Просмотров 2,8 тыс.8 месяцев назад
In this tutorial, we dive into the process of updating Ollama models, ensuring your AI systems are running the latest versions. Gist: gist.github.com/Tedfulk/24aab8e32e550edf32ceb68a52adf6f7 00:00 Introduction to Updating Ollama Models 00:07 Installing or Updating the Ollama Client 00:16 Checking the Availability of Ollama Command 00:25 Assigning Output to Ollama Process 00:41 Starting Ollama S...
The Arc Browser Is Now The Best Browser
Просмотров 2278 месяцев назад
Discover why Arc Browser is revolutionizing web browsing, offering unparalleled user experience, customization, and efficiency. If you want to try Arc out click the link below: arc.net/gift/567d509b 00:00 Introduction to Arc Browser 00:18 The Problem with Popular Browsers 01:33 Why Arc Browser is a Game Changer 03:35 Exploring Arc Browser's Features 15:06 Arc Browser's AI Features 17:02 Conclus...
2 Ways How To Run Local LLMs For Free
Просмотров 558 месяцев назад
2 Ways How To Run Local LLMs For Free Commands: brew install llm llm install llm-gpt4all llm models llm -m mistral-7b-instruct-v0 'List three cute names for a pet penguin’ Download the ollama app Go to - ollama.ai/ If you're on linux you can run a curl command curl ollama.ai/install.sh | sh To download /pull a model to your machine run: ollama run llama2 Link to the supported ollama model you c...
How To Save A Fish Alias
Просмотров 459 месяцев назад
How to Do Fish Aliases. In this tutorial, we explore how to save fish aliases, focusing specifically on the commands 'brew update', 'brew upgrade', and 'brew cleanup'. An alias is created using the 'alias -s' command, and it's shown how this alias can run these commands in succession. The video showcases how to save these to your fish functions and utilize the alias 'BUUC' to perform the update...
How to install packages with pipenv
Просмотров 199 месяцев назад
Pipenv is a beginner friendly way to manage packages in python. Draw backs may be by not having as robust features as other package managers but still a decent tool to use. 00:00 Introduction 00:03 Installing Packages with pipenv 00:34 Organizing Your Packages 01:09 Adding Developer's Packages 01:22 Uninstalling Packages 01:33 Starting a Shell with pipenv 01:45 Managing Virtual Environment 02:0...

Комментарии

  • @TimExcellent
    @TimExcellent 12 дней назад

    haha wasted an entire afternoon on this crap, honestly... why... still doesnt work, works fine from VSCode, just not Cursor

    • @teddyfulk
      @teddyfulk 11 дней назад

      Yeah I know, hope the video helped

  • @NLPprompter
    @NLPprompter 18 дней назад

    does this work with function calling?

    • @teddyfulk
      @teddyfulk 11 дней назад

      Yes open webui supports function calling

  • @fb767
    @fb767 Месяц назад

    Thanks so much for the video. However at 9:28 clicking my remote name causes this error and therefore doesn't connect: Server install command stderr: cursor.blob.core.windows.net/remote-releases/10e3716b510a5d447c1a07b2edd37a352bbea4d0/vscode-reh-linux-armhf.tar.gz: 2024-09-21 12:08:22 ERROR 404: The specified blob does not exist..

  • @MohamedAddani-qc3iw
    @MohamedAddani-qc3iw Месяц назад

    Is groq API free? Beside the limit usage of tokens?

    • @teddyfulk
      @teddyfulk Месяц назад

      Yes groq is free for now. Hopefully forever. You can make a free account. There rate limits have changed but they are better now.

  • @TheChucky777
    @TheChucky777 Месяц назад

    Can you do this for windows because its totally different and i will definitely appreciate it

    • @teddyfulk
      @teddyfulk Месяц назад

      Unfortunately, I don’t have a windows machine. But I would think the steps are similar. 1. ssh-keygen -t rsa -b 4096. You'll be prompted to choose a location to save the key. By default, it will suggest: `C:\Users\YourUsername\.ssh\id_rsa` - You can press Enter to accept the default location or specify a different one. - You'll be asked to enter a passphrase (optional but recommended for security). 2. SSH key location: - If you accepted the default location, Windows will create a `.ssh` directory in your user profile folder: `C:\Users\YourUsername\.ssh` - This directory will contain your private key (`id_rsa`) and public key (`id_rsa.pub`). 3. Using the SSH keys: - To use these keys for SSH connections, you'll need to add the public key to the `~/.ssh/authorized_keys` file on the Linux machine you want to connect to. - You can then connect using the command: `ssh username@linux_machine_ip -i C:\Users\YourUsername\.ssh\id_rsa` 4. Do the same thing in video for the ssh/config. That shows cursor the machine you have just setup. 5. Use that extension from that forum I mentioned in video. And don’t have any other remote ssh extension installed or it will try to use those and will not work.

  • @teddyfulk
    @teddyfulk 2 месяца назад

    Sorry for the video cutting out in the end. Idk what happened, something was lossy when uploading from Descript to YT. Please ask any questions here.

  • @parkerrex
    @parkerrex 2 месяца назад

    this was clutch thank you

    • @teddyfulk
      @teddyfulk 2 месяца назад

      Glad it helped

  • @alexandremarcil498
    @alexandremarcil498 2 месяца назад

    Still not working for me... getting the same error as before: [Trace - 22:37:29.70] Server install command stderr: mkdir: cannot create directory ‘/home/alex/.cursor-server/bin’: Permission denied

    • @teddyfulk
      @teddyfulk 2 месяца назад

      at which part are you stuck at? make sure you don't have the cursor or vscode suggested remote ssh extensions installed. those need to be removed/uninstalled and use the specific one I mention and it's in the description.

  • @spillledcarryout
    @spillledcarryout 2 месяца назад

    Hi, the problem is that you run into token limits really quick with this and it will lock you out particularly when dealing with larger documents that are PDF of 5000 more more. This would be soft by ego but rock is taking their sweet time doing that. I agree with you. It’s amazing otherwise but sides driving a Lamborghini around a ping-pong table.

    • @teddyfulk
      @teddyfulk 2 месяца назад

      Good analogy. I agree with large document issue. I’m not sure why groq doesn’t do different specialty models like llama3-gradient, or deep seek I.e. I would assume it’s as easy as pulling a model from hugging face or ollama and just run the mode but I’m probably ignorant how they do it internally. But I have confidence if they will open up more and more especially when they are saying they’re going to charge you for inferences and you can’t buy the chips anymore. It makes sense to release more and more models.

    • @spillledcarryout
      @spillledcarryout 2 месяца назад

      @@teddyfulk I agree it's just a matter of time. I'm kind of a unicorn study: child psychiatrist dealing with the most voluminous docs. Lawyers I think would be in a similar boat.

  • @SPANDANSARKAR-o1q
    @SPANDANSARKAR-o1q 2 месяца назад

    Thanks for the video. Please create a longer video with more details on this topic.

  • @johnalden5911
    @johnalden5911 2 месяца назад

    Ted, what is the name of the clipboard manager you're using? The transcription transliterates what you said to 'fly'. I can't find any package with that name. Thanks\\1

    • @RachedNoureddine
      @RachedNoureddine 2 месяца назад

      Arc

    • @johnalden5911
      @johnalden5911 2 месяца назад

      @@RachedNoureddine is it an Arc extension? If so, which one?

    • @teddyfulk
      @teddyfulk 2 месяца назад

      Flycut is the extension. You can find it on the app store or download the dmg from GitHub. It’s truly amazing

    • @teddyfulk
      @teddyfulk 2 месяца назад

      Arc is the browser I’m using, which is great. It’s a fork of chrome so if you wanted to use extension from chrome they work in arc too. Although arc replace 90% of my extensions because it has most of the extensions I use as a daily driver built in.

  • @wilson_joe
    @wilson_joe 4 месяца назад

    thank for the video. I have had issues with the extra-openai-models.yaml i followed it too the letter, i also set everything up in it own environment, I am so using linux.

    • @teddyfulk
      @teddyfulk 3 месяца назад

      Were you able to get it? Make sure your extra-openai-models.yaml only has one model_name. YT description didn't format the commented out llama model I had so I removed it. There is a plugin that someone created to make it easier once you have llm installed. You can go here: github.com/angerman/llm-groq and install the plugin and set your api key and then you should be good.