expectedparrot / edsl

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.
https://docs.expectedparrot.com
MIT License
163 stars 18 forks source link

Results are being generated as (unusable) dict #764

Closed rbyh closed 1 month ago

rbyh commented 1 month ago

https://chick.expectedparrot.com/content/dc76d4ca-effe-4feb-8c5e-923e407f982a

Reproduce:

from edsl.questions import QuestionMultipleChoice

q = QuestionMultipleChoice.example()
results = q.run()
type(results)
image
rbyh commented 1 month ago

Disregard - it's remote inference

image