Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -8,9 +8,9 @@ def parse_links(prompt):
|
|
8 |
#anfrage ='fill in the missing contact information. do not reference the json object. do not use html tags inside the json object. it must be valid json. do not return explanaitons or any other text. thanks for your efforts:)'
|
9 |
Name=prompt
|
10 |
anfrage ="""
|
11 |
-
fill in the missing contact information. do not reference the json object. do not use html tags inside the json object. it must be valid json. do not return explanaitons or any other text.
|
12 |
{
|
13 |
-
"Name": "
|
14 |
"Email": "",
|
15 |
"Website": "",
|
16 |
"Phone": ""
|
@@ -22,7 +22,7 @@ def parse_links(prompt):
|
|
22 |
payload = {
|
23 |
"chatModel": {
|
24 |
"provider": "groq",
|
25 |
-
"model": "
|
26 |
},
|
27 |
"embeddingModel": {
|
28 |
"provider": "local",
|
|
|
8 |
#anfrage ='fill in the missing contact information. do not reference the json object. do not use html tags inside the json object. it must be valid json. do not return explanaitons or any other text. thanks for your efforts:)'
|
9 |
Name=prompt
|
10 |
anfrage ="""
|
11 |
+
fill in the missing contact information. do not reference the json object. do not use html tags inside the json object. it must be valid json. do not return explanaitons or any other text. only returm a valid json.object
|
12 |
{
|
13 |
+
"Name": "",
|
14 |
"Email": "",
|
15 |
"Website": "",
|
16 |
"Phone": ""
|
|
|
22 |
payload = {
|
23 |
"chatModel": {
|
24 |
"provider": "groq",
|
25 |
+
"model": "llama3-70b-8192"
|
26 |
},
|
27 |
"embeddingModel": {
|
28 |
"provider": "local",
|