Skip to content

Commit

Permalink
Merge pull request #570 from expectedparrot/new_surveys
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjosephhorton committed May 28, 2024
2 parents 5ed9ea6 + 1e8203a commit 9d981fa
Show file tree
Hide file tree
Showing 4 changed files with 935 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ We modified exception messages. If your survey run generates exceptions, run `re

### Changed

- You can now use numbers and lists as `question_options` for `QuestionMultipleChoice`. Previously the options had to be a list of strings.

- [In progress] `QuestionMultipleChoice` is being modified allow non-responsive answers. Previously, an error was thrown if the agent did not select one of the given options. Details TBD.

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions docs/api_keys.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ There are two methods for securely providing your API keys to EDSL:
1. Using a .env file (*recommended*)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Create a `.env` file in your working directory and populate it with your API keys.
Replace `your_key_here` with your actual API keys for each service you plan to use:
Replace `your_key_here` with your actual API key for each service that you plan to use:

.. code-block:: python
Expand All @@ -20,7 +20,7 @@ Replace `your_key_here` with your actual API keys for each service you plan to u
OPENAI_API_KEY='your_key_here'
By using a .env file, you avoid the need to repeatedly enter your API keys each time you start a session with EDSL.
Using a `.env file` allows you to store your keys once and avoid repeatedly enter your API keys each time you start a session with EDSL.


2. Setting API keys in your Python code
Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ Information about additional functionality for developers.
:caption: Notebooks
:hidden:

notebooks/agentifying_responses.ipynb
notebooks/summarizing_transcripts.ipynb
notebooks/data_labeling_agent.ipynb
notebooks/conduct_interview.ipynb
notebooks/qualitative_research.ipynb
Expand Down
Loading

0 comments on commit 9d981fa

Please sign in to comment.