Skip to content

Conversation

@eduranm
Copy link
Contributor

@eduranm eduranm commented Feb 5, 2025

O que esse PR faz?
Agrega modelos en reference.models para almacenar los datos de referencias

Onde a revisão poderia começar?
Por commit

Como este poderia ser testado manualmente?
N/A

Algum cenário de contexto que queira dar?
N/A

Screenshots

Quais são tickets relevantes?
#11

Referências
N/A

self.max_tokens = max_tokens
self.temperature = temperature
self.top_p = top_p
def __init__(self, messages, response_format, max_tokens=4000, temperature=0.5, top_p=0.5):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

n_ctx debe ser añadido como parámetro de __init__

reference = ParentalKey(
Reference, on_delete=models.SET_NULL, related_name="element_citation", null=True
)
marked = models.JSONField(_("Marked"), default=dict, blank=True)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eduranm añade xml = models.TextField para guardar el XML

@robertatakenaka robertatakenaka merged commit fc018c3 into scieloorg:main Feb 5, 2025
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants