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