Skip to content

Commit

Permalink
Fix docstring for expected input format
Browse files Browse the repository at this point in the history
  • Loading branch information
fdalvi committed Jul 30, 2024
1 parent 0b2a087 commit 88e1b9c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions llmebench/models/AzureModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@ def prompt(self, processed_input):
Arguments
---------
processed_input : dictionary
Must be a dictionary with one key "prompt", the value of which
must be a string.
processed_input : list
Must be list of dictionaries, where each dictionary has two keys;
"role" defines a role in the chat (e.g. "system", "user") and
"content" defines the actual message for that turn
Returns
-------
Expand Down

0 comments on commit 88e1b9c

Please sign in to comment.