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