James Miller
James Miller
Here's the error I get when I try to merge into an existing terraform.tfstate terraforming cwa --tfstate --merge=terraform.tfstate --profile xxxxxxx /var/lib/gems/2.3.0/gems/terraforming-0.18.0/lib/terraforming/cli.rb:269:in `tfstate': undefined method `[]' for nil:NilClass (NoMethodError) from /var/lib/gems/2.3.0/gems/terraforming-0.18.0/lib/terraforming/cli.rb:250:in...
I may be missing something here, but when I try to use php::config::settings to modify a value in /etc/php.ini it generates an error: php::config::setting { 'Date/date.timezone': file => '/etc/php.ini', value...
I couldn't find in the FAQ or other docs what domain(s) need to be whitelisted, besides .olllama.com, to allow LLMs to be pulled in via ollama if behind a Web...
### Briefly describe your issue Start script from voyager import Voyager openai_api_key = "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" # not a real key voyager = Voyager( mc_port=55555, openai_api_key=openai_api_key, ) voyager.learn() ----- Console logs ~/git/Voyager$...
### Before submitting an issue, make sure you read the [FAQ.md](FAQ.md) ### Briefly describe your issue Voyager is failing to connect to OpenAI. I've verified my API key works using...