bla commited on
Commit
14980ab
1 Parent(s): 88c95ab

Update App/Chat/utils/Summarize.py

Browse files
Files changed (1) hide show
  1. App/Chat/utils/Summarize.py +1 -1
App/Chat/utils/Summarize.py CHANGED
@@ -53,7 +53,7 @@ async def PalmTextModel(text, candidates=1):
53
  "Content-Type": "application/json",
54
  "Authorization": f"Bearer {GroqAPIKey}",
55
  }
56
- payload = {"messages": [{"role": "user", "content": text}], "model": "mixtral-8x7b-32768"}
57
  # payload = {
58
  # "contents": [
59
  # {
 
53
  "Content-Type": "application/json",
54
  "Authorization": f"Bearer {GroqAPIKey}",
55
  }
56
+ payload = {"messages": [{"role": "user", "content": text}], "model": "llama-3.1-70b-versatile"}
57
  # payload = {
58
  # "contents": [
59
  # {