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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ json_schema = """
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(
29
  model="llama3-70b-8192",
 
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(
29
  model="llama3-70b-8192",