John6666 commited on
Commit
c156cd5
1 Parent(s): 201060e

Upload prompt.py

Browse files
Files changed (1) hide show
  1. prompt.py +1 -1
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.chat.completions.create(
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,