eagle0504 commited on
Commit
1c4b7c5
·
verified ·
1 Parent(s): 3c06380

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -29,6 +29,7 @@ def call_llama(prompt: str) -> str:
29
  "content": prompt # Use the input prompt
30
  }
31
  ],
 
32
  )
33
 
34
  # Return the content of the first response message
 
29
  "content": prompt # Use the input prompt
30
  }
31
  ],
32
+ temperature=0.7,
33
  )
34
 
35
  # Return the content of the first response message