alexkueck commited on
Commit
9516191
1 Parent(s): 3961994

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -384,7 +384,7 @@ def process_chatverlauf(prompt, model, oai_key):
384
  "content": [
385
  {
386
  "type": "text",
387
- "text": 'Gib folgendem Text eine Überschrift mit maximal 3 Worten' + prompt
388
  },
389
  ]
390
  }
 
384
  "content": [
385
  {
386
  "type": "text",
387
+ "text": 'Gib folgendem Text eine Überschrift mit maximal 2 Worten' + prompt
388
  },
389
  ]
390
  }