Skip to content

Commit

Permalink
Merge pull request #216 from NimbleBoxAI/fury
Browse files Browse the repository at this point in the history
[chore] update return type
  • Loading branch information
yashbonde authored Mar 15, 2024
2 parents 6952d49 + d725954 commit 866bfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainfury/components/tune/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def chat(
temperature: float = 1,
*,
token: Secret = Secret(""),
) -> Dict[str, Any]:
) -> str:
"""
Chat with the Tune Studio APIs, see more at https://studio.tune.app/
Expand Down

0 comments on commit 866bfb0

Please sign in to comment.