Skip to content

Commit

Permalink
Deleted options to see if it is causing problems
Browse files Browse the repository at this point in the history
  • Loading branch information
aalonsolopez committed Dec 19, 2024
1 parent 5e8a025 commit 4c73bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes/base/002-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: summary-lens-service
image: gravitate-registry.cr.de-fra.ionos.com/summary-lens-service:v0.10.0
image: gravitate-registry.cr.de-fra.ionos.com/summary-lens-service:v0.11.0
imagePullPolicy: Always
env:
- name: SERVER_URL
Expand Down
3 changes: 1 addition & 2 deletions lens_app/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,7 @@ def summarize2(
{"content": systemMessage, "role": "system"},
{"content": prompt_message, "role": "assistant"},
],
stream=False,
options={"seed": 1234, "temperature": 0}
stream=False
)

response = format_response(result["message"]["content"])
Expand Down

0 comments on commit 4c73bb8

Please sign in to comment.