Skip to content

add default app id parameter for curator llm#675

Open
arnavj053 wants to merge 2 commits into
mainfrom
feature/curator-default-app-id
Open

add default app id parameter for curator llm#675
arnavj053 wants to merge 2 commits into
mainfrom
feature/curator-default-app-id

Conversation

@arnavj053

Copy link
Copy Markdown

when use curator llm to create your own dataset, it will load with default app id parameter that was provided.

Comment thread src/bespokelabs/curator/llm/llm.py Outdated
"response_format": (str(self.prompt_formatter.response_format.model_json_schema()) if self.prompt_formatter.response_format else "text"),
"run_hash": fingerprint,
"batch_mode": self.batch_mode,
"default_app_id": self.default_app_id,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

only send this if it isn't NULL

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

fixed.

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