mgokg commited on
Commit
b764634
·
verified ·
1 Parent(s): 6bf4370

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ json_schema = """
22
  }
23
  """
24
 
25
- def llm(message)
26
  message = f"return a json object. here is the schema \n {json_schema} \n fill in the avaiable values which can be found here:\n {message} \n return valid json only"
27
  try:
28
  completion = client.chat.completions.create(
 
22
  }
23
  """
24
 
25
+ def llm(message):
26
  message = f"return a json object. here is the schema \n {json_schema} \n fill in the avaiable values which can be found here:\n {message} \n return valid json only"
27
  try:
28
  completion = client.chat.completions.create(