Upload prompt.py
Browse files
prompt.py
CHANGED
@@ -379,7 +379,7 @@ You are allowed to make up film and branding names, and do them like 80's, 90's
|
|
379 |
{"role": "user", "content": user_message}
|
380 |
]
|
381 |
|
382 |
-
response = self.client.
|
383 |
model="meta-llama/Meta-Llama-3.1-70B-Instruct",
|
384 |
max_tokens=1024,
|
385 |
temperature=0.7,
|
|
|
379 |
{"role": "user", "content": user_message}
|
380 |
]
|
381 |
|
382 |
+
response = self.client.chat_completion(
|
383 |
model="meta-llama/Meta-Llama-3.1-70B-Instruct",
|
384 |
max_tokens=1024,
|
385 |
temperature=0.7,
|