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