Update App/Chat/utils/Summarize.py
Browse files
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": "
|
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 |
# {
|