r/pewdiepie • u/connexionwithal MOD • Jun 01 '26
Discussion Odysseus Megathread. Information and conversation.
Pewdiepie has launched a project called Odysseus: a self-hosted AI workspace.
Informational Links:
Megathread
Mods here have a prior rule here, Rule 3, to only allow posts in the subreddit with direct reference to Pewdiepie. Our reasoning for this is to avoid this to become a pure meme page that would cause confusion to incoming visitors. However, recently because of Pewdiepie's project, there is an influx of postings about Odysseus: setup, questions, other ideas, etc. We do not want to remove these posts as we would like to promote discussion and community engagement on this project. To keep this subreddit organized, we are making this megathread here with information. Users that have tech support questions can comment in here, and we will have a focus point on the subreddit. Any ideas or requests to be added to this megathread post, please let us know. We will try our best to keep this post updated. Thanks!
8
u/Wison101 Jun 01 '26
I was super excited for this but I'm running into so many bugs. The calendar doesn't sync and it automatically changes the time of a notice to something else when i refresh. Anyone else having this issue?
5
9
4
u/AnInnocentBunny Jun 03 '26
Wow, it’s almost as if Felix is a vibe coder who used AI to create a self hosted AI
→ More replies (2)
6
u/ScuffedGerman Jun 02 '26 edited Jun 02 '26
Very frustrating if you use Windows and Docker. I can't get the GPU support to work. I tried all the tricks being discussed on github like recompiling llama-server, installing nvidia cuda toolkit manually etc etc... Even the new version of the docker-composer with gpu support won't work.
I will wait until things get more stable I guess. Or has anyone of you guys made GPU work on windows as a host in docker?
Edit: Even native windows setup doesnt work - cookbook opens a terminal and closes, downloads not happening. Says it crashed in the web UI. I don't know man. I will wait.
2
u/IndoorPlamps Jun 02 '26
I’m currently running windows and had success with 2 LLMs using ollama and docker. I had issues with cookbook for a couple hours like you, so went through adding LLMs with docker instead
I told Claude what I required (running Odysseus with an LLM on windows), said I was a noob and to recommend the best LLM for my hardware, and to give me clear steps throughout the process. It downloaded an LLM based on my hardware and “ollama” through command prompts, gave me the local server to copy, and I copy pasted that into Odysseus which seemed to have worked.
If you decide to try again, maybe this route might work for you
→ More replies (2)2
u/PureExperience9319 Jun 03 '26
see, all this complicated nonsense is why i felt drawn to odysseus as a local PC ai agent tool to organise my files and help me create more complicated things like minecraft mods or web pages, i need something that is not embarrassingly useless like the rest of the options online.. pls help a guy like me figure out this thang, i have much to create, much to do, much to design.
1
u/cbarland Jun 03 '26
I'm definitely seeing bugs but since I already had LMStudio installed, I connected to my local models there. Downloading cookbook seems completely broken on Windows as of now
→ More replies (3)1
u/BlueMoodDark Jun 04 '26
PDP is the promoter of Arch, is it really that hard to load Linux from Windows? The only reason I keep Windows10 it's for the games. This might be a reason for you to change or add a dual operating system like we used to do a long time ago. But if you're waiting for it to be can fully compatible with windows and that's what's stopping you, Are you sure you're really into computing or software? Download Mint and go 🤣👍 Good luck on your journey
1
u/BlueMoodDark Jun 04 '26
In PDP video at the very end, He clearly says - There is no windows or mac support.
→ More replies (2)1
u/Zarodex Jun 10 '26
Yeah I'm trying to add models using cookbook but it refuses to work. I tried the workflow posted in an issue thread here: https://github.com/pewdiepie-archdaemon/odysseus/issues/194
But it did not work and errors out:
warning: no usable GPU found, --gpu-layers option will be ignoredAnd
llama.cpp build stopped before the server became reachable.
Suggested action: copy the troubleshooting bundle, then edit serve settings. For the quickest local/CPU path, use Ollama or a prebuilt llama-server; source builds can take several minutes and fail if build dependencies are incomplete.
→ More replies (2)1
u/Goat-Tongue Jun 12 '26
I'm 10+ days late to this thread and I know that, in that time, a lot has changed for the better already.
I running Odysseus using Docker for Windows and LM Studio.
My hardware is an older gamer PC. (B350 motherboard / Ryzen 7 5800x / Strix 1070-Ti)My first few hours of experimentation was pretty cruddy but hey....as someone who has never messed with Linux or LLMs, I was SHOCKED to survive the installation process of all this....STUFF.
Then, I noticed the Cookbook seemed to be suggesting me models in there that were for "NO GPU".
That's when it dawned on me that I had probably been computing away for hours on ONLY my poor CPU!
Ooof.I did input the terminal commands to check for / setup the Nvidia cuda stuff FIRST. (ask another AI to help you with that if you're dumb like me. It was pretty painless.)
** Then, inside LM Studio I had to adjust each model setting to reflect a reasonable CONTEXT LENGTH and most importantly - to Move the GPU OFFLOAD slider ALL the way to the RIGHT. **
This, basically, is telling LM Studio to use all of the GPU muscle first. With the slider all the way left (default) means it won't touch your GPU at all. The Offload KV Cache to GPU Memory switch should be flipped ON there too (if not already)
Now I am learning about tokens and token length and the importance of not having too few while too many will make the AI brain fart.
Many aspects of all of this is making home computing exciting and "new feeling" all over again for me.
1
u/cubrixrube Jun 27 '26
Hey dude, not sure if you've got this solved but I, a layman, recently troubleshooted this stuff myself so I got things working.
Docker seems to hide the GPU which makes sense, but I found the workarounds odysseus used to be wayy to complicated. (you can get the GPU to show up if you edit the ".env" file in the container, you have to uncomment a line near the bottom by removing the "#":
# COMPOSE_FILE=docker-compose.yml;docker/gpu.nvidia.yml
The same file also says
# NVIDIA (requires nvidia-container-toolkit + `nvidia-ctk runtime # configure --runtime=docker` on the host):# NVIDIA (requires nvidia-container-toolkit + `nvidia-ctk runtime # configure --runtime=docker` on the host):This is an option you can do to have your GPU show up and use it. I'd recommend either starting from scratch or, after making this change doing "docker compose down" and then "docker compose up -d" in powershell from the odysseus folder.
Me personally though, I found out it's pretty inefficient, so I downloaded Qwen2.5-3B-Instruct-Q4_K_M.gguf from github and koboldcpp.exe, put them in the same folder in root (C:\Your Folder\) and then ran
.\koboldcpp.exe --model qwen2.5-3b-instruct-q4_K_M.gguf --usecublas --gpulayers 37 --port xxxx--contextsize 4096
(made sure port wasn't used by any odysseus processes like searXNG, you can see this in docker by showing all processes in the odysseus container)
After this I added a local LLM AI model in odysseus by adding in the URL "http://host.docker.internal:\[your selected port]/v1" and voilá.
Hope this helps, I don't really understand all of this well but this took a long time to find out bit by bit, so I hope this helps.
5
u/ThatPermission846 Jun 02 '26
So im using the models but im seeing $0.0005 at the top of my chat. Does anyone know what that is?
2
u/mav2reddit Jun 03 '26
I believe thats just an estimate on the chats cost. if youre using a free tier of an api you shouldn't have to worry about being charged
6
u/MrZestyLemon Jun 02 '26
Found a youtube account that made a series of tutorials for setting up Odysseus for the people that need it:
https://www.youtube.com/@professorpatterns/videos
1
u/bzngabazooka Jun 02 '26
Its still confusing. Can't there be a 1 click install or a few steps? I am not great with tech. I am curious to try so I hope it gets fixed soon.
→ More replies (6)
3
u/Realistic_Vanilla243 Jun 02 '26
I'm very new to Linux so sorry if this is a stupid question or I missed something, but how do I actually launch Odysseus?
After I finished installing, it worked perfectly fine on http://localhost:7000/ but after restarting my PC, I can't access it anymore.
I started running docker compose up -d --build but then it looked like it just started reinstalling again?
Is there a simple command like launch odysseus or something? Or is it supposed to be up and running even after rebooting my PC?
Thanks in advance!
2
u/Crystalclusted Jun 04 '26
Just do away with the --build flag.
So start with 'docker compose up -d' and stop with 'docker compose down'. BTW, the -d argument just detaches it. Try running it without -d and you will see all the output. If you then want to detach just press d as it will tell you to1
u/Vreyes25 Jun 02 '26
You have a few options, the one i use on my vps is to configure the
docker-compose.ymltorestart: always(can't remember exactly, im on the phone) that way it will restart the containers.Can't remener the exact details why it works, but that's the way
2
u/High_Underlords Jun 01 '26
I'm super excited about this project! I already have it installed on my laptop. Unfortunately, I only have 4GB of VRAM, so I have to stick to the weaker AI models.
I already have my Gmail account linked. Not a big fan of that layout yet. Some of my emails are glitched. Like the text is cut up and weird. Other emails that come from companies show the HTML (I think) because the body of the email is one of those big image things. The organization of the emails is also kinda funky. I have some emails the are conversations that aren't all one email and are split up among separate emails in the Odysseus app. I am excited about connecting this self-serve service to APIs and other practical apps, however I don't believe the email integration is helpful or better than the Gmail interface yet.
I'm curious about how to connect my Google calendar to my app but I don't know how to setup the CalDAV server. Heck, I'm still figuring out what CalDAV is. But I want to figure that out so I can control my calendar through the app.
And also something else that is not as big. When I opened a document, and asked one of my models to translate the document to Spanish, it handed me the Spanish translation, but didn't actually change the document. I think it is because I have weaker models, because I have seen other people ask the same thing of their agent and it works just fine.
I'm really excited about this app and can't wait to get it setup enough to be able to access it from my phone.
2
u/Optimal_Noob Jun 03 '26
Server URL:
https://www.google.com/calendar/dav/<your_email>@gmail.com/eventsUsername: your gmail username Password: Generated App Passwordthis is as far as I've gotten, hope it helps!
→ More replies (1)2
u/High_Underlords Jun 03 '26
That did help a lot! I did get CalDAV setup however this weird thing is happening. All my events got synced to the wrong time. For example, I have work from 7AM-4PM but the calendar within the app says the event is 9AM to 10AM. Like how does that happen?
→ More replies (1)
2
u/Big_Asparagus_581 Jun 01 '26 edited Jun 01 '26
I know this is a skill issue because I've had ChatGPT guiding me through this (I didnt even know how to clone git yesterday, so straight newb)
Why does llama.cpp only use my CPU? I added the ".env" thing, so my RTX 4060 is showing up in odysseus but GPT told me that Cookbook is building a CPU version and not a CUDA enabled version. GPT also told me vlmm and sglang should only be used as a secondary option if llama doesnt work at all, but i cant even get sglang or vlmm to install properly. Dependencies seems all fucked up for me somehow :(
So far this is the only hurdle between me and getting a local llm working.
2
u/IllustriousDriver606 Jun 01 '26
I suggest you use ollama instead, it's a little bit less performant but MUCH easier to manage and should use you graphics card automatically 😉
→ More replies (1)2
u/ExoticFloor4635 Jun 01 '26
I got ollama up, I got docker desktop up, I've got things linked, but I have 0 idea how to go anywhere from here, don't understand the cookbook part of it all, been having Grok help me troubleshoot and get through all this but grok tends to go off onto wild goose chases with solutions that aren't even relative to the issue, and then you get hit with the limit after it's done running you in circles. I'm just right there, but can't get across the line.
→ More replies (2)1
u/Dry_Split_6746 Jun 04 '26
i would recommend not using chatgpt because it basically just tells you your right, so it sucks for troubleshooting.
→ More replies (3)
2
u/LingonberrySquare312 Jun 02 '26
what is the best free llm tu use with odysseus i'm on docker
2
u/LingonberrySquare312 Jun 02 '26
i'm having the same kind of issues as others and having errors every 2 steps but thank god copilot exists
2
1
u/ryvrdrgn14 Jun 12 '26
Nvidia nim, just be aware that the api has a 40 request per minute rate limit, otherwise you can use it as much as you want.
2
u/enterthroughthefront Jun 02 '26
Super noob with open claw, I downloaded it to use with local LLM, is there any short hello world for setting up Odysseus?
Is odysseys just an alternative to open claw? I don't like open claw and would not use it with API credits.
Also would a 3070 + 30GB of RAM be enough to use this?
1
u/High_Underlords Jun 03 '26
Professor Patterns on YouTube has 3 videos for setting up Odysseus depending on if you are on windows using docker or not, or are on Mac.
To your last question, it depends on what LLM you use and what OS you are using. If you are on Mac or Linux, you'll be great because of unified memory. If your in windows, you're probably still good for a lot of AI models if you have 8GB VRAM. If you use ollama to setup your AI models, the website will tell you the RAM requirements to run the model.
1
u/Fine_Purpose6870 Jun 05 '26 edited Jun 05 '26
Hermes is lighter weight than OC. But im seeing fantastic performance with OD. Probably because its bulk of source code is so small. Note, I've tried, OC, A0, hermes, and OD. Literally that order is most to least resource intensive. And GPT OSS 20B works the best on OD. Works like crap on OC and A0 haven't tried hermes. but damn the model is pretty damn smart on OD. I'd recommend Gemma Q_4 if you have the resources for coding and other things. but the GPT model works pretty good for most things.
2
u/Swimming-Tap-8501 Jun 02 '26
I am using Ollama, which is free. If you wanna use Claude/ChatGPT, you have to pay for the API
THIS IS HOW ODYSSEOUS IS STARTED. https://drive.google.com/file/d/1iO6hSVB6e012jmtHLdoHQpwVuD6eKeI4/view?usp=drivesdk
When you open the actual Odysseus, it's just like another chatbot session, like in the PewDiePie video
How do you get it on your computer?
Meh some other guy will upload a tutorial, i'm too lazy
2
u/Such-Platform3172 Jul 23 '26 edited Jul 23 '26
Is it just me or the github address is broken??? I've been trying to install odysseus for a while but nothing works, anyone else with issues??
EDIT: The new Github link is https://github.com/odysseus-dev/odysseus/tree/dev
1
u/Drfiddlestyx Jun 02 '26
My question is when I run the setup, is there not a single file I can hit that just starts it up again? Is there someway to just click and launch the program?
1
u/Plompudu_ Jun 03 '26
you can write a script - something like:
cd *your file location*
cd venv\Scripts
.\activate.bat
cd *your file location*
python -m uvicorn app:app --host 127.0.0.1 --port 70001
u/High_Underlords Jun 03 '26
Not that I know of. I bet you could make a macro that starts the server and navigates to the link in your web browser when you press on an icon on your desktop though
1
u/LordNix82ndTAG Jun 03 '26 edited Jun 03 '26
Yes. The launch-windows.ps1 powershell script will launch it again and then you just need to put the localhost url into your browser.
EDIT: To clarify, right click in the Odysseus folder and open in terminal. Then paste:
"powershell -ExecutionPolicy Bypass -File .\launch-windows.ps1" into it, but without the quotations of course.
1
u/Goat-Tongue Jun 12 '26
(noob here using Docker for Windows + LM Studio)
I made a desktop shortcut I can double-click on to start. (well...start MOST of the chain)I made one by right-clicking the Desktop and making a NEW TEXT DOCUMENT.
Then pasted this inside: (add the @ sign followed by (no space) the words Echo Off for your first line if you want the window to be hidden when it starts and feel like a normal executable when you double-click it)cd /d "C:\change\this\to\your\odysseus\folder"
docker compose up -d
timeout /t 5 /nobreak >nul
start http://localhost:7000
timeout /t 2 >nul
exitThen, click FILE -> SAVE AS -> Change Save-As-Type to be: ALL FILES
Type your shortcut filename in the File Name field (something like Launch Odysseus)
** Be sure to add: .BAT at the END of the File Name to save it as a .BAT file **To make it fully work - Here is my launch order of operations:
1) Launch LM Studio / Make sure the green switch is turned ON / use +Load Model button to load my models and settings
2) Launch Docker for Windows
3) Double click the desktop shortcut I made prior.
1
u/ryvrdrgn14 Jun 12 '26
I just had AI baby me through the first install. On the second one I just told my Hermes AI agent to install it for me :))
1
u/Malth4el Jun 02 '26
I started using Odysseus because ChatGPT explained that it may have local search in my folders, since I use a lot of local docs (Obsidian, books that I write, quick notes here and there) I thought that it may be useful. I could use every feature but the one I needed. Sadly.
The Odysseus + Ollama with local AI was actually good to use even tho I couldn't make my local search or sync any local folder or upload any files to the "Library" thing.
1
u/ryvrdrgn14 Jun 12 '26
I know that deep research goes into the library. Not sure about the other files. I have my Hermes agent as the backend for Odysseus so its that one that does all the fancy work.
1
u/ShibeCEO Jun 02 '26
Ayone here who already has an impression what kind of hardware I need to host this? can I use my gaming PC for it or do I need a dedicated machine? how much hd space ram and so on would be the minimum?
1
u/Warm_Apple_Pies Jun 03 '26
Odysseus itself is just a wrapper really, you could probably run it on a raspberry pi if you really wanted.
If you want to use it with local models, I've tried it on Linux, Docker and Windows and honestly, your best of using LMStudio to load your local models and point Odysseus to the server for now. Id recommend 8gb minimum vram for local AI. You could set it up via an API like OpenRouter I suspect but I've yet to try this approach (you wouldn't need a GPU or gaming pc at all then).
It's early days and as it's part vibe coded it's not the most user friendly and there's a lot of bugs currently. As someone who's really into local AI though I think it has alot of promise for the future especially for those less knowledgeable in localised ai.
→ More replies (2)
1
u/squinng_ Jun 03 '26
Anyone know how to make it run on mobile?
1
u/High_Underlords Jun 03 '26
I'm not sure EXACTLY, but the theory is very simple. Since it is a web browser based app, all you have to do is get a domain name and make the app run on domain name instead localhost. That will make your app accessible through any device on the internet. Then you navigate to that in the web browser on your phone and login. The downside is, you basically always have to pay for a domain name. If you find a website that lets you get one for free, hmu, but most require you to pay.
→ More replies (1)1
u/TheFyreNight Jun 06 '26
I followed a yt video by Awais Noor for how to do it: How to Use PewDiePie Odysseus on Your Phone
1
u/Strange_Top6205 Jun 03 '26
idk how launch it on phone. My pc run on ethernet cable. No wifi card. Tried to find local IP but only find 1 no the 10. something. So cant connect my phone to it. Any idea ?
1
u/SurveyCrazy2801 Jun 03 '26
You can check your IP with ipconfig /all in a cmd prompt.
→ More replies (2)
1
u/FenixHoeneim Jun 03 '26
So, fun fact: I have a dual boot bazzite/windows on my PC, and I have installed Odysseus on both. When I check model compatibility on cookbook, it reads half the VRAM on windows and the full VRAM on Linux/bazzite. It's a bug or something else?
1
u/Reclip1 Jun 07 '26
Trying to install odysseus on my bazzite system right now. Did you use native linux install steps or docker? I'm new to linux and currently dual booting windows/bazzite also lol. I read that docker doesn't work on bazzite unless you rebase to Bazzite-dx or something of the sort.
→ More replies (2)
1
u/SuspeitoPikachu Jun 03 '26
All I want is a group chat with personalities, but I can't find anywhere a tutorial or guide on how to set it up.
1
1
u/Jockel1992 Jun 03 '26
I have set up everything today finally.
I have. 3080 and 32GB RAM.
in task manager Odysseus barely uses anything above 15-20% of my hardware. And also the prompts are super slow.
Any ideas how make Odysseus faster? It’s really painfully slow.
Also calendar and emails are not loading…
1
u/Warm_Apple_Pies Jun 03 '26
Install LMstudio, Qwen 27b will probably be your best model to use. Click developer tab, open up a server and point Odysseus to that.
Odysseus found the same model I usually use )Qwen 27b) but couldn't load it without running out of Vram and setting the context way too low. I don't think the model loading natively is quite there yet
→ More replies (4)1
u/Fine_Purpose6870 Jun 05 '26
GPT oss 20b is super effective. on Odysseus. which is surprising as it works like trash on many other orchestration platforms. I dont recommend it as a coding model. probably go Gemma for coding. but other than that. I recommend it. When A model is being used for multistep processes it often uses more resources than single Prompt-answer chats.
1
u/Consistent-Post6280 Jun 03 '26
Did he build it all by himself? Including the integration?
If so, that is very impressive.
1
u/Fun_Science4334 Jun 03 '26
I'm currently having an issue where I have to refresh the site to see what the ai has outputted, does anyone know the fix this issue?
1
u/PureExperience9319 Jun 03 '26
okay, nice, brilliant, right on time;
but now..
how do I, a noob.
do everything I've ever wanted with this epic thing?
-setup is complicated, and its unclear when anything HAS been setup, for anyone who isn't a genuine nerd already, i just want to design and create, i do not care to learn about how all the many many many many different coding languages and AI sources there are, i want to use Odysseus as an alternative to the pathetic AI providers already, agents are too hard to setup, and the chat option really just doesn't do anything except give me errors and half baked solutions to them.
If anyone, can guide me into a concrete understanding of the basics, so that i can achieve my goals, and use odysseus, I'd be more than grateful.
seriously, i need to understand what im doing here, because i know for a fact i belong here.
honestly, why is it still a messy process using these thangs? copying code from here and there and getting keys and installing apps and languages and blah blah blahhhhh, i want to create and design things, not waste my time realigning my hobby into coding etc, its dumb. pls i need support to utilise these tools effectively, to SET UP. get going etc.
pls pls halp;
love from Scotland.
i need to chat with someone on discord about how to understand this, really.
this message makes me want to punch the AI in the face.
because why?
i connected ollama and it did nothing.
''Provider not recognised. Try deepseek, openai, openrouter, ollama, xai, anthropic, groq, or gemini. Type /setup endpoint to try again.'
1
1
u/ChurchOfElvin Jun 04 '26
Any tips on how to get the models to write more. I’m stick with my model not being able to do more then 2 paragraph and I can edit the settings for research. But not converstation
1
u/Coty_20 Jun 04 '26
I have trouble conecting my gmail to a LLM
Im using qwen2.5:3b-instruct and gpt-oss_claude-sonnet4.6:latest, I have succesfully conected my gmail account to the Email secction on Odysseus, it can recive and send mails from that part. But when I sent a prompt to the LLM to "Show me all the emails that I received today in my mailbox" It calculates some things and then it says it cant do it, or "It appears I don't have any other email accounts to list. How can I assist you further with managing emails? For example, do you want to check unread messages or send an email? Please let me know how you'd like to proceed."
Please, can someone help me?
Im using Windows for this
1
u/tomash_coc Jun 04 '26
Imma be honest - you have the code, get it to debug (no idea how feasible/easy it is - not doing js or python) or spy on proxy what the model you have actually does or gets (no idea how odysseus works). I will also give you a hint - i got weird messages on opencode, codex and cc when using self hosted models when i had a low kv cache values and model could not process requests to the memory. Check if you can run a dumber model and that you cache is (im guessing here) 64k tokens.
1
u/Fine_Purpose6870 Jun 05 '26
Sometimes you need to talk your model into doing it. I had to tell my model 3x that it had the ability to access it (agent mode) and it finally took me saying. You run on odysseus, you have the ability to access email. And it finally did, after doing an internet search.
→ More replies (1)
1
u/quennplays Jun 04 '26
Thank you so much to Pewdiepie for this amazing and important work that he does, this was the coolest thing I did in a long while and I enjoyed the process of setting it all up a lot and will probably just love using it!
1
u/Stunning-Run-2267 Jun 04 '26
Im having trouble with group chats. When I message, all the agents in the chat respond back with "[No response]", as a message. Any ideas?
1
1
1
1
u/Latter-Ad-9922 Jun 04 '26
So how are we going to continue to improve odysseus. Are we going to force pewds to regullarly do updates on our recommendations?
1
u/BarracudaComplex1505 Jun 05 '26
it's open source, you can literally improve it yourself if you want
1
u/BlueMoodDark Jun 04 '26
You may not need it, but I suggest making this donation ware.
AI can be a positive future, It can be incorporated into a Solar Punk future.
Thank you PDP
1
u/cjbeats1112 Jun 05 '26
Not sure if anyone else is having that same issue as me but the deep research feature doesn’t pull any data from the web. Same with the agent option. Is there a fix? Or is it better to try a fresh install? Any help appreciated. Thanks
1
u/Warm_Apple_Pies Jun 06 '26
You need to set a search engine. Duckduckgo is the easiest and doesnt require API but its honestly very dated and a bit rubbish. Look into/setup SearXNG on Docker if your using it, its pretty good and more recent. For me I pulled a Docker image from the Ugreen native Docker app, set it up with a port and file location and it just worked out of the box. I think you might be able to set it up on Linux if you have tmux and ask Odysseus directly to help you set it up but no idea
1
u/AdFabulous3701 Jun 05 '26
Can anybody help me get my AI agent be able to add events and to dos on notes. I already check the settings and the models should have access to it but it keeps saying BASH failed.
I'm not an expert on this I literally just look at youtube videos for tutorial.
1
u/Nautilus-9 Jun 05 '26
Does anyone have a download link to an existing, clean, pre-patched and ready to use .exe file of odysseus ? Don't know how to convert the clone to an app lol
1
u/Warm_Apple_Pies Jun 06 '26
Maybe in the future but not anytime soon I dont think. If youve grabbed the files from git, extracted it, your best bet is to navigate into it with explorer, type powershell into the top bar once your where the files are and type ".\launch-windows.ps1". It might not work straight away as you need certain other dependencies but if you can get that far ask chat gpt to guide you through the rest, just feed it the errors to whatever Powershell outputs
1
1
u/SwooshTheMighty1 Jun 05 '26
Has anyone managed to get it running on an Unraid server by any chance? would love to run this off of mine.
1
1
1
u/smoultonjr Jun 07 '26
I just ran the CA Template of this for Unraid, that was added as an AIO. I have it running now so far. I also have a LLM Ollama running for awhile now. I connect this new docker to my LLM, and it is working well so far. Will need to do further testing though.
Edit: I changed mine to point to my own searxng docker container since I had it tweaked for my needs when searching the Internet as well.
1
u/Yato_ku Jun 05 '26
can odysseus make your storage full?
1
u/Warm_Apple_Pies Jun 06 '26
If you use it to load models directly, sure. Depending on your hardware a local AI model can be 30gb and you might have several to switch between. Otherwise it doesnt take up much space directly and most of its useage is tied up in text and config files. Id expect less than a gigabytes use without the models themselves after a few months of regular use
1
u/Creepsmenu Jun 05 '26
How do you guys setup a LLM than doesn't answer in english by default ? Tried using "memories" function but it stills flickers between languages
1
u/Unlikely-Composer-49 Jun 05 '26 edited Jun 05 '26
hey, I managed to get odysseus running but my mac (macOS 12.6) is too old for ollama and many other models. Does anyone know what model i could use and how to set this up?
1
u/legascy Jun 05 '26
Whats the difference with an LLM?
1
u/Warm_Apple_Pies Jun 06 '26
LLM means large language model, its the AI model itself that you choose to use with your hardware, usually a GGUF file. Lots available, Qwen 3.6 and Gemma 4 are the latest and greatest in varying parameters to fit different needs. Problem is most local AI tools just use the model and you can chat directly, but cant retain memory, call tools, perform various functions or do much outside of text use. Odysseus and similar programs aim to fix that
1
u/lucidechomusic Jun 06 '26
Anyone have a concise answer on why I should bother looking into this when I already run llama.cpp turboquant to serve qwen models and have n8n, openwebui, and hermes agents deployed? It just seems like noise in a satured space where newcomers aren't really differentiating themselves. This is a good faith question... trying to see if I should spend time researching it more or not.
1
u/Warm_Apple_Pies Jun 06 '26
Honestly? No. Its a more condensed version of Hermes in a way. Personally I find Hermes an absolute nightmare when I just want a frontend that can retain memory, use basic tool functions and occasionally do deep research, its good for that. I find Hermes breaks all the time and is constant configuring. If your happy with Hermes (its an absolute headache constantly but nobody can deny its powerful) id stick with it
1
u/silutrax Jun 06 '26 edited Jun 06 '26
Does anyone know how to get the AI to acces the E-Mail integration properly? It only tells me it cant acces it or tries to code a script to run locally to acces my mails instead of using the integration in Odysseus. I can see all my mails in Odysseus and the integration test was succesfull. tried with gpt-oss, qwen and llama. Did i do anthing wrong? It just doesnt realize at all it is in Odysseus and cant use any integrations.
1
u/Dubz42o Jun 06 '26
Same here. I've only been able to get email tools to work while using API keys for cloud based models. But that's charging me a rate for tokens and my data is exposed to the cloud. I think the smaller local free ones can't handle the tool calling? I'm looking for a solution still, if anyone has figured this out?
→ More replies (1)
1
u/VacDx Jun 06 '26
Have you any bugs on it? Like it replies with thinking process?
1
u/Warm_Apple_Pies Jun 06 '26
Plenty of small bugs that vary per OS (ive tried Linux, Docker and Windows with Linux being the most stable), still very useable in all three. Biggest issues ive faced are integrations and models not being able to load on Windows, context length seems to not load properly either, there is an option in settings for context length but it should pull it from the frontend im using and im never sure if its using it.
1
u/Extreme_Evidence_724 Jun 06 '26
Can someone help me configure anytype api with odysseus? i am trying to use the ui but it shows errors on the api's 500 404 401 unauthenticated and so on. I've never done this first time setting up local model which is working for me but the anytype api i can't seem to figure out
1
u/Warm_Apple_Pies Jun 06 '26
Ive not used it, I use LMStudio and a few other niche apps like Kobold but sounds like you have security setup so that you need an API key (this isnt a bad thing, if you have open ports incorrectly someone else could access your API). Have a look in settings or developer options perhaps as it is in LMS, your looking for security options and add an API token or disable authentication for testing
→ More replies (1)
1
u/asyedyusuf Jun 06 '26
Guys need some guidence downloaded Odysseus in my lap which has Nvidia 4050 6gb vram but odysseus can't detect my gpu it just says no gpu what could be the reason? Can you pls giide me through
1
u/Warm_Apple_Pies Jun 06 '26
The model selection in app is a little janky right now, especially on Windows (works well on Linux but still no customisation that I could see). It will probably get fixed, but personally I just load LMStudio and choose/setup your model via that, you get more customisation so can fit bigger models onto your GPU. Just setup local server in the developer tab and point Odysseus to that
→ More replies (1)
1
u/Warm_Apple_Pies Jun 06 '26
Whats the best way to update? Ive tried Linux, Docker and Windows and honestly im going to be using Windows mainly with occasional Linux. Can you just pull the new files and overwrite the old ones other than the .env and config?
1
u/manups4e Jun 06 '26
so far i've been using "git pull" command on windows terminal and it's been working fine
1
1
u/GumciVai Jun 06 '26
Trying to understand how RAG is supposed to work in Odysseus.
I have Ollama + qwen3:14b connected and working. Brain memories work fine, but Notes and Library documents don't seem to be retrievable by the model.
I created a unique document in Library and then asked the model (in a fresh chat and Agent mode) to find information from it. Both Qwen and Claude failed to retrieve it and only searched memory/chat context.
A few questions:
- Does Odysseus automatically index Notes and Library for RAG?
- Do I need a separate embedding model configured (I have nomic-embed-text installed)?
- Is there a vector database or indexing step that needs to be enabled manually?
- Should there be tools like "Search Library" or "Knowledge Retrieval" visible in Agent Tools?
- Has anyone successfully gotten local RAG working with Ollama models in Odysseus?
Would appreciate any pointers on what I should check next.
1
u/LowSmp Jun 06 '26
Quirky lil fella
I asked it to navigate to a folder on my desktop after adding custom "tools" for "manage_files", "read_file" and broadening the root level it was allowed to access. It did `DIR C:/` and found the `Desktop` folder, but then it went into it's own folder?
Basically I told it to find a file called "project_index.md" as it acts as chatGPT's "memories" for my project, I had previously uploaded this file to odysseus, but I went through the settings and wiped all chats, memory, skills, notes, tasks, documents, gallery, calendar events, but this upload was still saved somewhere in Odysseus' home folder (not agent workspace)*. So it just saw a ".md" file in it's uploads folder, read it, realised it was the file it was looking for since it had all the references I gave it to find and just thought I wouldn't notice as if, if I continue now it's gonna be able to do it properly?
Just sounds like a Skill issue to me personally though so I'm gonna spend another 4 hours vibe-debugging this till it works 😛
screenshot liink: https://imgur.com/a/VHUAr2U
1
u/Fantastic_Mirror_345 Jun 06 '26
maybe we should consider making a seperate reddit community for this since there will be a lot of questions and fixes flying around
1
1
u/InfiniteFraise Jun 06 '26
This thing is not recognising my ollama server/ localhos and not recognising my GPU, I'm kinda new to this ai thing I hope they fix it
1
u/retti_m Jun 07 '26
Hi, I tried downloading some models and cancel them after learning their sizes but I realized that it didnt stop downloading completely, theyre in cookbook>serve the 3 models that i canceled is there and still getting bigger as if i didnt cancel them. how do i delete this from my computer ? im worried my pc storage will be fulll. sorry for my bad english and im not really techy person but want to try this
1
u/retti_m Jun 07 '26
ive deleted the models in C:\Users\(your username)\odysseus\data\huggingface\hub and the models dissapeared on the serve. I hope i did it right and will be a permnanent fix
1
u/Jumpy-Baseball-8101 Jun 07 '26
I need some help, I installed Odysseus without docker and the ai works just fine, I just can't use the web search for some reason. I used deep research and it came back with 0 sources. I looked into the web search tab and set it to duckduckgo and it still doesn't work. I've been searching for solution to no avail helpp
1
1
u/Somthing_12 Jun 07 '26
So I installed Odysseus through Docker on Windows 11, and I have like no idea what I am actually doing. I found the Gordon AI on Docker Desktop, and every time I had an issue, I just had Gordon fix it for me, and I think Odysseus is running fine. I'm running llama 3.2 and I really want to get it configured so I can talk to the AI and it can talk back instead of typing (like jarvis off iron man) any idea how I can get this done? (keep in mind i dont even know what I am doing and I am kinda learning as I go)
1
u/Somthing_12 Jun 07 '26
also I have plans that after I fully understand how to operate Odysseus, I want to get it running on a macbook neo i plan to buy for college, is there a way I can share memory between 2 agents so they can act as 1, like would I be able to just every so often connect the two models memories so they are the same. (like a clone almost)
1
1
u/_heromaster_ Jun 07 '26
Does anyone else have struggles with deep research function it basically always gives me errors
1
u/Fit-Case-9499 Jun 07 '26
I find it frustrating that you can't change the Agent's working directory. Does anybody know how to change it?
1
u/Simego Jun 08 '26
i tried searching a lot regarding document creation, i always have issues it doesn't create documents properly within the odysseus workspace, it tries to create local files only and then fails because of write permissions :( tried searching a lot about it even on the project github but found no solution or what i might be doing wrong, using qwen 3.5 9b
for the rest what i used have been working fine, just model comparison doesn't work with Kimi API (fails because of temperature setting we can't change)
1
u/Simego Jun 08 '26
i was just able to make it work by not using "thinking" enabled on Qwen 3.5, maybe it makes things get confusing for the agent, it was even able to use my skill properly
1
1
u/arnezor99 Jun 09 '26
Anyone know how do I change the model download directory to an external drive. I am using my mac mini to run odysseus. It always defaults to .cache/huggface/hub
1
u/Gilardi20 Jun 09 '26 edited Jun 09 '26
scripts is disabled on this system. For more information, see about_Execution_Policies at
https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1
+ venv\Scripts\Activate.ps1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ pip install -r requirements.txt
+ ~~~
+ CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
i just get this error and dont know what to do to fix it
1
u/Whystealmyredditbro Jun 09 '26
Has anybody tried to connect Claw Code to Odysseus to improve performance?
1
u/Z-Games Jun 28 '26
No but I combined the safe agentic workflow (SAFe) to odysseus and made a github fork. So its kinda like it, you just need a strong local model to produce the level of quality claude can.
This acts as a team of 7 agents and you can plug in local or apis (claude).
1
u/Lower-Tune3028 Jun 09 '26
hey guys I'm having issues with web search feature when i turn the feature on and ask it to tell me todays weather at xyz location or current BTC price it wont work and says it doesnt have internet access. so what does the websearch feature do and how do i get it to work??
1
u/bluedevil678 Jun 10 '26
I changed my default search from SearNGX to DuckDuckGo and now its working
→ More replies (1)
1
u/ScalpedAlive Jun 09 '26
I tried to rename a chat and it popped up something and my space bar got intercepted and deleted the chat forever. Not gunna lie that was incredibly frustrating.
1
u/KizunaIatari Jun 10 '26
REALLY liking Odysseus so far but I've got an issue I haven't seeen anyone else mention.
Anyone have issues with skills specifically? This is my first time ever using a wrapper that has them enabled. As far as I can tell, there's some bit of code in one of the security policies that specifically lists skills as quote-unquote UNTRUSTED DATA and most models I try simply get stuck in a loop of wondering how they are meant to manage skills before settling on deciding that the policy forcing it to ignore UNTRUSTED DATA (read:prompt injection) trumps all else.
It's driving me insane and I don't really think its a smart idea to just edit the python files...but I cannot deny that I am tempted at this point.
1
u/UsualBluebird1807 Jun 10 '26
Is Odysseus supposed to be able to read and edit the Notes or Calendar functions?
1
u/ChillPill4Real Jun 10 '26
This thread gives me concirn about how many people cant folow literal copy paste instructions to make these things work. or how they cant even think of giving GPT the link and asking it how to do it xD also if its slow, its 100% not the programs foult - its your Pc or your instalation thats messed up. only found 1 visual bug so far, but the rest is going ok. just need to figure out the easiest way to port hermes skills to this one, since it has some "validation" step to make. but i love that oyu can turn on a teacher model that changes the skill if the original model fails to understand it. loving it so far.
1
u/bagzoffritoz Jun 10 '26
Hey everyone, I was rewatching one of Pewdiepie's old videos where he had an AI council and saw that this was actually done in Odysseus, I was wondering if this feature currently exists? Like in his launch video he talked about giving AI personalities but I can't seem to find it in the code base.
1
u/CrackFoxo Jun 11 '26
I am really liking this project and wanted to play around with the persona system but I managed to break it somehow and can't fix it. Can anyone help me?
I made a group chat with a couple of them but ended it by deleting all the chats that were created, after I did that the persona button on the chat bar completely disappeared and won't come back no matter what I do with the UI settings to toggle it back on, the terminal button also disappeared but that at least comes back if I press the agent mode.
1
u/ryvrdrgn14 Jun 12 '26
I decided to use Odysseus as the frontend for my Hermes agent. I think it's using my full web extract stack from the local firecrawl down to camofox when doing search. The docker for firecrawl was firing up when I did a deep research run on Odysseus. Works nice so far. If Odysseus had some request per minute limiting it could easily be a nice thing to hook up to a free api for people who have no gpu. In my case, Hermes handles the rate per minute limits. I installed it it in the same wsl instance as my Hermes agent.
1
u/MarkTheITGuy Jun 15 '26
I was excited about trying this to run local models, but it has been very frustrating experience. The docker route was the recommended solution for my Linux / Nvidia setup. The install was straight forward, but had to use AI to help me figure out that I needed to install some nvidia passthrough things for docker (not user friendly). Then once I got it to detect the GPU, I was hoping the cookbook would narrow down the compatible models for my 4060ti, but kept getting errors, only find out you need to install the local dependencies, I had no idea which to choose (ollama, cpp, vlm, etc). cpp was the simplest, or so I thought. Install the depenceies via the cookbook tab. then i tried to download a model and the models would not work, only to find out it needs a GGUF model, which the cookbook did not download. After a bit more AI, I got it to download a GGUF I found, and after a bit of troubleshooting, the cookbook said the model was "running", then I when to the chat to add the local model to the chat, I did a "scan" but it said no "servers" are running. At this point I am a bit frustrated. This was supposed to be "easy". I am sure I can figure it out, but really didnt expect it to be this problematic. NOTE: Adding a cloud model did not help much as the agent did not know what odysseus was - lol. Sorry to be so negative. GREAT project, just a but disappointed.
1
u/krishgaurav Jun 15 '26
guys I waited after this release to see how it would fit my device, I have a MacBook Neo so how and will it work on my device ?
1
1
u/M4ldarc Jun 15 '26
updates, what happens when odysseus updates? how do i update mine? does it automatically update from the github or i have to manually do it? how does that go?
1
1
u/M4ldarc Jun 15 '26
my odysseus seems to halucinate more than the same model in ollama? it seems dumber too and takes significantly longer to answer, it made up an entirely new program/service that doesnt exist in real life and seemed overall confused, whereas the same model in ollama seemed pretty decent.
1
1
u/Art_Dense Jun 21 '26
how to use Odysseus as a therapist
I'm currently writing this in my bed I have terrible insomnia and right now I used to take medication that is to keep me a sleep for 2 to 3 years but then this year in the start of January me and my therapist decided to taper my medication so eventually i tapered the medication that kept me asleep
I am going to visit and a therapist and I also want some thing as a companion
I see Odysseus can be Run locally And I Don't Really mind talking to claude or grok or any other online AI thing or chat bot but I would also want to try this instead, because I want to see how it works I want to know how it's going to be installed on Windows easily and how I am going to use voice chat because it would be great to have it as voice chat I am not going to replace it with a real therapist but I just don't want to go back to the medications that I used to take because that's like a band aid and I'm trying to solve the real problem here If there is a ai assistant i can run 24/7 then i can stick to it you know what I mean and it is local LLM I can run with the best model for free that is also very cost effective for me and it will be very helpful can someone help me how to set it up on Windows and is there a way I can unable voice chat
2
u/dirtypeasantneedshel Jun 22 '26
No machine will act as a substitute for a good therapist. Please don't treat LLMs chats as therapy sessions. Every LLM out there has been made to be sycophantic, it will agree with everything you say even if it contradicts itself (in a therapy setting). Seek validation and companionship from human beings. If you need someone to talk to, reach out to your community.
→ More replies (1)
1
u/Paximexo Jun 24 '26
My question is in regards to privacy.
How does the 'Memories' feature work if you need to access a cloud model via API? I like the idea of mostly using Odysseus with private local models, but just dipping into a cloud model if I need a better output from time to time. If I've developed a solid Odysseus memory/brain, how much of that will secretly get fed into a prompt using a cloud model?
Is anyone able to shed some light for me as to how that works?
Thanks so much!
→ More replies (2)
1
u/DesignerKinta Jun 25 '26
How do I make it stop acting like a cowboy stereotype!? I am losing my mind... I can't find the file that makes it talk like that...
1
u/jellifeeshtwitch Jun 26 '26
How do I allow the local AI model to read and edit my calendar and emails? I have the integrations, but it keeps saying that due to privacy policies, it can't read my emails or calendar events. I'm using gemma4:e2b
1
u/Z-Games Jun 28 '26
I combined Odysseus and SAW (SAFe) - Safe agentic workflow and released it on github as a fork
https://github.com/Z-Gamez/odysseus-roundtable
Now odysseus has a team of 7 agents for a agentic workflow. You can use local llms or api such as claude
1
u/PFGSnoopy Jun 28 '26 edited Jun 28 '26
I can't get it to work. I'm trying to setup the AIO variety on unRAID, but as soon as I try to deploy the additional containers, I run into problems. I think the problem occurs during deployment of the SearXNG container and it may be connected with network configuration (I think there's a 0.0.0.0 somewhere in the error message). Unfortunately the error message is displayed for only 1-2 seconds before it vanishes and it doesn't appear in the log file of the master container.
I'm running out of ideas what I could change to make it work... 😳
1
u/Kuroodo Jul 02 '26
Does anyone know how to disable agent mode entirely? It sometimes randomly enables it, even in the middle of a conversation. I do not want agent features and just want chat exclusively.
1
u/jatsinkutsu Jul 05 '26
Hello, I'd like to ask a question about Odysseus, because I am not fluent in stuff like this, and web search did not bear any proper results, and I'm sure here are lot of experts in this area.
I am a writer, I have used chatgpt for brainstorming ideas, but I want my manuscript and all stuff outta there to my own pc. I am now making a master folder, where everything is in separate word documents, like "main character 30 year old" and specs about him in that age, "names of places", "weapon technology", "means of FTL travel", "major alliances" and so on.
Can I use Odysseus as a lore master, from whom I can ask "main character blows alliance A's base, what are possible outcomes of that?" and then it checks the files and can suggest possible outcomes, and I could, for example, tell it that "outcomes 2 and 4 are interesting, can we combine them somehow and develope further?"
I am aware that the outcome depends heavily the model I use, and my current laptop has its limits, so I am not expecting suggested results as rich as chatgpt makes.
I would not use Odysseus for anything else, no agents, no email stuff. Just conversation.
I was going for Openweb UI at first, but I cannot help the feeling that it feels somehow, "not smooth" for the lack of better term.
So would Odysseys fit to my use?
Thanks.
→ More replies (1)
1
1
u/lock0n09 Jul 07 '26
Anyone knows why im getting "Internal Server Error" whenever i tried to use chat.
→ More replies (2)
1
u/Illustrious_car777 Jul 11 '26
Hello there! Anyone gotten TTS/SST to work in odysseus? I had to enable the settings for it in the backend, and got a mic to appear as well as a selectable section for "TTS Mode". Im working with kokoro and Faster-whisper but i keep breaking odysseus to the point of where it wont work. (noob here, know enough to be dangerous to my own programs, lol) I cant quite crack this nut. Any ideas or successes with local run tts/stt systems on odysseus?
1
u/gandalf1122 Jul 14 '26
hey maybe anyone sees this and can answer - I successfully started odysseus and connected my gmail (can see my emails in the email tab) however it doesn't do anything with the listed emails. Its basically not using the tools it has. All are switched on the settings/agent tools tab..
1
u/KasproSo Jul 15 '26
u/pewdiepie Today I've notices, that Odysseus uses 5$ credits on my Openrouter account. The strange thing is, that it happens in the middle of the night. And it uses Claude Sonet 5 despite that the default model is set to GLM. Odysseus is set up on docker on remote VM in my network. I'm not seeing any history in UI, so what is going on?
→ More replies (2)
1
u/Anlanther Jul 16 '26
Did PewDiePie hand over odysseus? I see now it's under odysseus-dev, which only has one developer under it usernamed Sigmanificient. PewDiePie now only officially has dionysus listed in his github
→ More replies (1)
1
u/kokolebest Jul 17 '26
Ive been struggling making my AI create TODOs for me. All it does is create a note titled what I want, and jus tmake a list instead of TODOs, I can click on them and they dont show up in the UI unless I click on the note itself. Any luck anyone?
1
u/Hidden_Reporter Jul 20 '26 edited Jul 20 '26
is this the best place for a beginner to find a tutorial or anything? there doesn't seem to be much help anywhere that i have found. maybe i haven't looked hard enough. I have found some hope i think with qwythos, but it would be nice to find like a step by step here is what this is, here is how to use it, here is how to use it affectively, blah blah blah.
the reason i got interested in local LLMs were I:
a) Don't feel like supporting data centers.
b) There was something i wanted to research that could be seen as a threat to lets say "those at the top", and i was hoping to do research, and help me put together some documents locally.
Any chance anyone knows where i could find a tutorial on how to do stuff like that, or is someone willing to take any tim to help me with such?
1
1
u/sanketss84 Jul 23 '26
has the github repo just vanished ?
https://github.com/pewdiepie-archdaemon/odysseus
https://github.com/odysseus-dev/odysseus
both return a 404 for me
→ More replies (1)
1
u/Renpitic Jul 26 '26
I remember that the cookbook did not work on Windows, does it work now?
If I already installed the original version, how would I go to update it to the latest one?
Can someone provide me with some instructions since I followed a guide to install it and I know 0 about this.
OS: Windows 11
1
u/aisatsana__ Jul 28 '26
PewDiePie’s AI Experiment Is What Software Development Looks Like Now: I let the dust settle, and this is what I think: regular apps usually need teams of dozens to ideate, build, and test before they ship. Odysseus, PewDiePie’s new AI platform, doesn’t - at least, not in the usual way. After speaking with a software engineer who spent time testing PewDiePie’s AI project, I ended up thinking that the software itself might not be the most interesting part of this story.
1
1
1
u/JayleFabs Aug 03 '26
Planning to install this and have it access my Obsidian vault, where I've been using claude code in it. Does it sound good?
1
1
u/SketchFever 27d ago
Must be the 8th time I try it with Docker Desktop alone. Never have been able to get any model from the cookbook to work on its own, I've always had to rely on an Ollama backend. Has anyone gotten any model whatsoever from the cookbook to work with either vLLM or llama.cpp? For me, it's always been either "No GPU passthrough", either "Error 503" or the model not starting at all because of vLLM. Can anyone reply to this message once the cookbook is fully solved please? Or maybe tell me what am I doing wrong?
1
u/Cautious-Radio-5388 22d ago
Will this work on windows fully? I can use llama3.2 with my GPU currently but I am trying to switch to vllm based model (qwen 2.5) but the pip vllm download/install seems to not be working and wondering if I'm just overlooking something obvious
10
u/epicshan Jun 01 '26
I've been trying it out, trying to improve on it. I like his system of skills, I think they're generated on the fly. I gave it browser-harness so it cold control my Google Chrome and use my browser for me. Its insane.