mrbeliever commited on
Commit
bc06525
·
verified ·
1 Parent(s): 0a5b8fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "content": "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
 
 
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