mohammedfaisalkhan4000 commited on
Commit
7ed3850
·
verified ·
1 Parent(s): fbb9ddd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -18,7 +18,6 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
18
  """
19
  return "What magic will you build ?"
20
 
21
- from openai import tool
22
 
23
  @tool
24
  def money_transfer_tool(amount_in_inr: float, exchange_rate: float, fee_percent: float) -> str:
 
18
  """
19
  return "What magic will you build ?"
20
 
 
21
 
22
  @tool
23
  def money_transfer_tool(amount_in_inr: float, exchange_rate: float, fee_percent: float) -> str: