tensorgirl commited on
Commit
a87e18a
1 Parent(s): d2f3072

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -23,7 +23,7 @@ pipe = pipeline("text-classification", model="mrm8488/distilroberta-finetuned-fi
23
  def call(prompt, text):
24
  client = Groq(api_key=os.getenv("key"),)
25
 
26
- prompt = prompt + " Start Directly with the answer, don't give explanation of what you are doing"
27
  chat_completion = client.chat.completions.create(
28
  messages=[
29
  {
 
23
  def call(prompt, text):
24
  client = Groq(api_key=os.getenv("key"),)
25
 
26
+ prompt = prompt + " Answer only the summary, no instructions"
27
  chat_completion = client.chat.completions.create(
28
  messages=[
29
  {