edsl icon indicating copy to clipboard operation
edsl copied to clipboard

Design, conduct and analyze results of AI-powered surveys and experiments. Simulate social science and market research with large numbers of AI agents and LLMs.

Results 250 edsl issues
Sort by recently updated
recently updated
newest added

In the documentation, we should explain that the user can access the cache entries via sqlite3, like so: ```sql (edsl-py3.10) john@Johns-MacBook-Air edsl % sqlite3 .edsl_cache/data.db SQLite version 3.43.2 2023-10-10 13:08:14...

Getting timeout errors running uncomplicated questions for just a few scenarios (no issues running a single scenario), eg: ``` from edsl.questions import QuestionFreeText from edsl import Scenario q_idea = QuestionFreeText(...

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 import Coop c = Coop()...

enhancement

Ideally, for each exception, we can direct the user to a specific link in the documentation that tells them how to address the issue. For example, this is how I'm...

https://console.groq.com/docs/quickstart

results.select('kid_raw_model_response')[0]['raw_model_response.kid_raw_model_response'][0]['choices']