shivrajkarewar commited on
Commit
ce80c98
·
verified ·
1 Parent(s): 567d69a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -26,6 +26,7 @@ def get_material_info(user_input):
26
  - A simplified representation of its atomic structure (if readily available and can be described textually, e.g., "FCC lattice", "HCP lattice", or a simple chemical formula with a basic structural description).
27
 
28
  Format your response as a JSON object with the following structure:
 
29
  {
30
  "materials": [
31
  {
@@ -60,6 +61,7 @@ def get_material_info(user_input):
60
  }
61
  ]
62
  }
 
63
  """
64
  body = {
65
  "model": "llama-3.1-8b-instant",
 
26
  - A simplified representation of its atomic structure (if readily available and can be described textually, e.g., "FCC lattice", "HCP lattice", or a simple chemical formula with a basic structural description).
27
 
28
  Format your response as a JSON object with the following structure:
29
+ ```json
30
  {
31
  "materials": [
32
  {
 
61
  }
62
  ]
63
  }
64
+ ```
65
  """
66
  body = {
67
  "model": "llama-3.1-8b-instant",