Replies: 5 comments 5 replies
|
ok so go to open router. create a api key. Save it somewhere so you don't loose it. (it wont tell you again so really do save it somewhere) put it in the api key for odysseus and you have an ai. now normally youd have to pay as you go. however if you use nemotron 3 super (free) its well... free. you could also self host if thats an option for you. nemotron 3 super is a powerful model good at agentic tasks as well as most other things so its a solid way to start. if you need more instruction on how to get an api key im sure someone can help you. I have to get ready for work and do somethings. if i could play with this project all day i would. |
|
To host the llms locally you could just Install Ollama - https://ollama.com/ Pull a model (choose based on your system specs) Once it’s running, Ollama automatically exposes an API locally. In Odysseus, just set your endpoint URL to: http://127.0.0.1:11434/ now Odysseus will use your local model |
|
If you do not want to self-host, OpenRouter is probably your best bet. Free API key, no billing required to start, and you get 50 requests/day on free models (goes up to 1,000/day if you add a small amount of credits). More details in this thread. |
|
The way I did it was I downloaded Ollama and I choose the first model the cookbook feature recommended to me. I run it in the background in the terminal and then Odysseus detects it using the default settings. |
Configure Ollama to Allow Docker (Linux)If you prefer to keep your Docker container isolated, you must change Ollama's background service configuration so it listens to the Docker bridge, and also tell it to allow outside requests (CORS). 1.Open the service configuration:Requires sudo. 2.Add the environment variables:Look for the space between the comment blocks. Add these exact lines to tell Ollama to listen to all IPs and allow cross-origin requests:Ini, TOML 3.Apply the changes and restart:Save the file and exit the editor (if using nano, press Ctrl+O, Enter, then Ctrl+X). Finally, restart the service by running: Once the service restarts, go back into Odysseus and try http://172.17.0.1:11434 again. And then add the url in odysseus as a local model and enjoy. I used gemini to explain and this is what i got |
Uh oh!
There was an error while loading. Please reload this page.
Im an AI noob that just use the web ui to talk to LLM. I dont have any api keys for LLM. How do i get one
All reactions