Skip to content

Commit

Permalink
fixed more Flake issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MinuraPunchihewa committed May 30, 2024
1 parent fd8ac84 commit 8f31520
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ def _tidy(comp: openai.types.completion.Completion) -> List[Text]:
comp (openai.types.completion.Completion): Completion object.
Returns:
List[Text]: List of completions as text.
List[Text]: List of completions as text.
"""
tidy_comps = []
for c in comp.choices:
Expand Down Expand Up @@ -856,7 +856,7 @@ def describe(self, attribute: Optional[Text] = None) -> pd.DataFrame:
attribute (Optional[Text]): Attribute to describe. Can be 'args' or 'metadata'.
Returns:
pd.DataFrame: Model metadata or model arguments.
pd.DataFrame: Model metadata or model arguments.
"""
# TODO: Update to use update() artifacts

Expand Down

0 comments on commit 8f31520

Please sign in to comment.