-
Notebook showing this issue: https://www.expectedparrot.com/content/73c2d863-08dc-4b4e-ae8a-6aa062e069a0
Code to reproduce:
```
import os
os.environ['GOOGLE_API_KEY'] = 'your_key_here'
from…
rbyh updated
2 months ago
-
It should use the coop client (mirroring the .push / .pull methods in `edsl/Base.py`).
```python
def push(self, public=False):
"""Post the object to coop."""
from edsl.coop i…
-
Line 15 should be changed to \[ \\]
https://github.com/goemeritus/edsl/blob/7bbc5e13e448a376d8669473a2217e2bbb95f831/edsl/prompts/library/question_list.py#L6-L22
Currently, this code is returnin…
-
There seem to be cases where the model eventually does answer:
But the validation is apparently happening on a null string:
-
General error/exceptions message needs better instructions for how to see individual error messages:
This is readable but lots of wasted space and you can't copy a single column of text, making i…
-
Is this possible? It seems like the base_url needs to be settable (e.g. use be able to use Azure) but I can't work out how.
Alternatively, is it just possible to create an openai client object manu…
-
* Via source code files, e.g. `user.ruir`
* Via Rust or C++ libraries as an eDSL
I'm currently not that sure about the use cases that directly couple with the user experience.
-
Have you considered making `Vector.t` strided (c.f. [NumPy](http://docs.scipy.org/doc/numpy/reference/arrays.ndarray.html#internal-memory-layout-of-an-ndarray))?
The major benefits of this approach …
-
```
It is a common use that a common Module is created to provided some default
binding, and a few sub-modules that override some specific bindings.
When a Binder sees a binding being re-bound, it sh…
-
```
It is a common use that a common Module is created to provided some default
binding, and a few sub-modules that override some specific bindings.
When a Binder sees a binding being re-bound, it sh…