mgokg commited on
Commit
2c076d1
·
verified ·
1 Parent(s): 2b596b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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": "SV Garitz",
14
  "Email": "",
15
  "Website": "",
16
  "Phone": ""
@@ -22,7 +22,7 @@ def parse_links(prompt):
22
  payload = {
23
  "chatModel": {
24
  "provider": "groq",
25
- "model": "mixtral-8x7b-32768"
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",