Skip to content

Commit

Permalink
Merge pull request #38 from Sebastian-411/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Sebastian-411 authored May 7, 2024
2 parents 1fa30ff + 9d1a04f commit 75de9df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions backend/model/generative_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ def generate_content(self, content, generation_config, safety_settings):
safety_settings=safety_settings,
stream=False,
)


return response.candidates[0].content.parts[0].text
2 changes: 1 addition & 1 deletion frontend/src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function Footer() {
<strong>Consentimiento informado</strong>
</dt>
<dd>
Al cargar su IRM, da su consentimiento para el análisis de sus
Al cargar su IRM, da su consentimiento para el análisis de sus
datos y entiende que la responsabilidad final de cualquier
decisión decisiones médicas recae en su médico o profesional
sanitario.
Expand Down

0 comments on commit 75de9df

Please sign in to comment.