Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def generate_response(prompt, api_key):
|
|
15 |
payload = {
|
16 |
"model": "nvidia/Llama-3.1-Nemotron-70B-Instruct-HF",
|
17 |
"messages": [
|
18 |
-
{"role": "system",
|
19 |
|
20 |
Generate Prompt:
|
21 |
|
|
|
15 |
payload = {
|
16 |
"model": "nvidia/Llama-3.1-Nemotron-70B-Instruct-HF",
|
17 |
"messages": [
|
18 |
+
{"role": "system", "content": """You are a Prompt Generator designed to create task-specific prompts for various user requests. Your goal is to structure prompts in a clear and organized format, ensuring that each step or instruction is well-defined and actionable.
|
19 |
|
20 |
Generate Prompt:
|
21 |
|