Skip to content

Commit 7552878

Browse files
authored
Update app.py
format
1 parent 88cff11 commit 7552878

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

app.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,9 @@ async def process_user_message(message: str, history: list) -> str:
109109
logger.debug("Model response: %s", response["message"])
110110

111111
available_functions = {
112-
'add_two_numbers': add_two_numbers,
113-
'send_airtime': send_airtime,
114-
'send_message': send_message,
115-
'search_news': search_news,
112+
"send_airtime": send_airtime,
113+
"send_message": send_message,
114+
"search_news": search_news,
116115
}
117116

118117
if model_message.get("tool_calls"):

0 commit comments

Comments
 (0)