Ted Sanders
Ted Sanders
#### Describe the bug When you run `make setup-config` there's no variable related to "Enter your LLM Base URL" put into config.toml so it is ignored. #### Setup and configuration...
### Is there an existing issue for the same bug? - [X] I have checked the troubleshooting document at https://github.com/OpenDevin/OpenDevin/blob/main/docs/guides/Troubleshooting.md - [X] I have checked the existing issues. ### Describe...
### Is there an existing issue for the same bug? - [X] I have checked the troubleshooting document at https://opendevin.github.io/OpenDevin/modules/usage/troubleshooting - [X] I have checked the existing issues. ### Describe...
I'm trying to follow the instructions listed here http://wiki.opencog.org/w/Setting_up_the_Unity3D_world_for_Ubuntu with using the Ubuntu Player. I've attached an image of what it looks like when I start, I'm not seeing what's...
I pulled main on 525ee62a9a1c To reproduce: Check "unlink seed" and "fixed seed" Make an image with a fixed seed. prompt: `a __adj__ cat` seed: 102 Set "Batch Count" to...
I installed cataclysm with pip today. I have a simple main.py ``` from cataclysm import doom uhoh = doom.first_prime_with_3_digits() print(uhoh) ``` I can see that it called open api (3.5)...