Skip to content

Commit

Permalink
[chore] update return type
Browse files Browse the repository at this point in the history
  • Loading branch information
yashbonde committed Mar 15, 2024
1 parent 2dd79eb commit d725954
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 d725954

Please sign in to comment.