Spaces:
Running
Running
Update app.py
Browse files
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(
|