tensorgirl commited on
Commit
1d0438a
1 Parent(s): 19c4fb0

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -30,7 +30,7 @@ def callAzure(prompt,text):
30
  messages=[
31
  {
32
  "role": "user",
33
- "content": ,
34
  }
35
  ],
36
  model="azureai",
 
30
  messages=[
31
  {
32
  "role": "user",
33
+ "content": msg,
34
  }
35
  ],
36
  model="azureai",