Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding LLMAnnotator #126

Merged
merged 4 commits into from
Feb 2, 2024
Merged

Adding LLMAnnotator #126

merged 4 commits into from
Feb 2, 2024

Conversation

cmungall
Copy link
Member

@cmungall cmungall commented Feb 2, 2024

Example:

from schema_automator.utils.schemautils import write_schema
annotator = LLMAnnotator(model_name="gpt-4")
schema = annotator.enrich("tests/resources/biopax3.yaml")
write_schema(schema)

@cmungall cmungall merged commit 633d486 into main Feb 2, 2024
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.

1 participant