mrbeliever commited on
Commit
e5c37d6
·
verified ·
1 Parent(s): 8b5f59e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def generate_response(prompt, api_key):
18
  payload = {
19
  "model": "meta-llama/Llama-3.3-70B-Instruct",
20
  "messages": [
21
- {"role": "system", "content": """Your main work is to generate prompts based on user input and user input can be text, image, link and video, based on the type of input, generate the structured prompt with the dynamic demo image link.
22
 
23
  "Generate a structured AI image prompt focusing on:
24
 
 
18
  payload = {
19
  "model": "meta-llama/Llama-3.3-70B-Instruct",
20
  "messages": [
21
+ {"role": "system", "content": """Your main work is to generate prompts based on user input and user input can be text, image, link and video, based on the type of input, generate the structured prompt.
22
 
23
  "Generate a structured AI image prompt focusing on:
24