Agent Zero 🤖 Free & Local models

Поділитися
Вставка
  • Опубліковано 18 вер 2024
  • Guide on how to setup Agent Zero AI framework with free APIs like Groq and Openrouter and local models using Ollama and LMStudio.
    GitHub:
    github.com/frd...
    Skool:
    www.skool.com/...
    Discord:
    / discord
    Groq:
    groq.com/
    Openrouter:
    openrouter.ai/
    Ollama:
    ollama.com/
    LMStudio:
    lmstudio.ai/

КОМЕНТАРІ • 28

  • @AgentZeroFW
    @AgentZeroFW  5 днів тому +4

    And I forgot to mention that US based users can use Gemini 1.5 Flash for free, which is the best option out there with that huge context window. ai.google.dev/pricing

  • @Techonsapevole
    @Techonsapevole 5 днів тому +1

    Great! Thanks for supporting local models

  • @jimdanenberg3138
    @jimdanenberg3138 5 днів тому +1

    You set a standard I strive to achieve.Keep up the great work.

  • @gorkalandaburu23
    @gorkalandaburu23 13 годин тому

    superb solution! thanks a lot and please, keep on improving it!

  • @CyberPunkAssasin247-qm1xp
    @CyberPunkAssasin247-qm1xp 5 днів тому +1

    Fantastic, just what I was looking for.

  • @isaacelinamspielberg5752
    @isaacelinamspielberg5752 5 днів тому +1

    Hell yeah ❤❤❤

  • @marilynlucas5128
    @marilynlucas5128 4 дні тому

    Please include Sambanova. Currently the fastest inference in the world and it's completely free. Yes, they did beat Groq

  • @justadigitalmarketer
    @justadigitalmarketer 5 днів тому

    Agents are here!!!!!!!

  • @MeinDeutschkurs
    @MeinDeutschkurs 5 днів тому

    Woooohooo!! 🎉🎉❤❤

  • @mrRobot152
    @mrRobot152 5 днів тому

    Too bad I can't like the video more than once. Thank you. Amazing work. I will be exploring this 😊

  • @soulacrity7498
    @soulacrity7498 5 днів тому

    I would be super interested in seeing the difference of the models on the same problem to see how they compare and if it is worth using a free model at all. Also would be curious to see how openai new o1 model does on harder tasks.

  • @stanTrX
    @stanTrX 4 години тому

    Thanks 👍👍

  • @mrRobot152
    @mrRobot152 5 днів тому

    Beautiful thaaaaaaaaaaaank you, finally. 😅

  • @wellingtonmapiku
    @wellingtonmapiku 5 днів тому

    I like this

  • @zeusconquers
    @zeusconquers 5 днів тому

    does this support sambanova api?

  • @HARISHV-q8w
    @HARISHV-q8w 5 днів тому

    Great !!!

  • @potatodog7910
    @potatodog7910 7 годин тому

    I’m trying to make part of the system prompt changeable by agent-zero if you know how I could do that?

    • @potatodog7910
      @potatodog7910 7 годин тому

      I’ve been trying to edit its system prompt to automatically search one specific memory as it’s extended prompt that it can change for itself but it doesn’t take it into account unless I point it out

  • @DreadFox_official
    @DreadFox_official 5 днів тому

    Can this be ran within the host environment instead of a docker container? How would you do so?

    • @AgentZeroFW
      @AgentZeroFW  День тому

      If you have questions or if you're looking for help with Agent Zero, you can join the community on Skool or Discord, links are on the profile page or video description.

  • @Javier_Espinoza
    @Javier_Espinoza День тому

    Could a feature like claude artifacts be integrated?

    • @AgentZeroFW
      @AgentZeroFW  11 годин тому

      Maybe yes. If you have questions or if you're looking for help with Agent Zero, you can join the community on Skool or Discord, links are on the profile page or video description.

  • @jarad4621
    @jarad4621 4 дні тому

    It would be good if you could share what it was capable of and use cases as this is not clear, I'm not sure what I could do with this?

  • @mrRobot152
    @mrRobot152 5 днів тому

    hi sorry newbie, the agent is trying to use the docker container, as seen here "Initializing docker container agent-zero-exe for safe code execution..." my docker container is running should we uncomment these code_exec_docker_enabled = True,
    # code_exec_docker_name = "agent-zero-exe",
    # code_exec_docker_image = "frdel/agent-zero-exe:latest",
    # code_exec_docker_ports = { "22/tcp": 50022 }
    # code_exec_docker_volumes = { files.get_abs_path("work_dir"): {"bind": "/root", "mode": "rw"} } 😁

    • @mrRobot152
      @mrRobot152 5 днів тому

      I managed. I uncommented to create the container and enabled ssh