Skip to content

Commit 866bfb0

Browse files
authored
Merge pull request #216 from NimbleBoxAI/fury
[chore] update return type
2 parents 6952d49 + d725954 commit 866bfb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chainfury/components/tune/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def chat(
3333
temperature: float = 1,
3434
*,
3535
token: Secret = Secret(""),
36-
) -> Dict[str, Any]:
36+
) -> str:
3737
"""
3838
Chat with the Tune Studio APIs, see more at https://studio.tune.app/
3939

0 commit comments

Comments
 (0)