Ruby

Results 7 issues of Ruby

Would be very nice to add possibility to change system prompt. You can check examples at typingmind.com

File "/Users/r/Documents/1-projects/MetaGPT/venv/lib/python3.11/site-packages/aiohttp/connector.py", line 982, in _wrap_create_connection raise ClientConnectorCertificateError(req.connection_key, exc) from exc aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host api.openai.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer...

network

I am concerned about setting my openai API key as global env. WIl other packages be able to use it without my confirmation? I like how [llm](https://llm.datasette.io/en/stable/setup.html) manages it with...

enhancement

### Problem While trying to get the readium-go-toolkit server running locally, I encountered two main pain points: 1. The `publication-path` specified in the example config file (`./publications`) doesn't match the...

Hi, I was following the React Web Getting Started guide: https://next.livestore.dev/docs/getting-started/react-web/ The following command fails: ```bash bunx tiged --mode=git [email protected]:livestorejs/livestore/examples/standalone/web-linearlite my-app ``` It produces this error: ```text [email protected]: Permission denied...

Current CONTRIBUTING guide tells to load the repo root as an unpacked extension, which results in errors ("Could not load manifest", "Could not load background script"). This confused me a...