Skip to content

refactor: modify update all dataset configurations to match on existing types #3852

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

vid277
Copy link
Contributor

@vid277 vid277 commented May 8, 2025

Please indicate what issue this PR is related to and @ any maintainers who are relevant

Example Request:

curl --request POST \
  --url http://localhost:8090/api/organization/update_dataset_configs \
  --header 'Authorization: tr-******************************' \
  --header 'Content-Type: application/json' \
  --header 'TR-Organization: ******************************' \
  --data '{
  "organization_id": "******************************",
  "from_configuration": {
    "LLM_DEFAULT_MODEL": "gpt-4o-mini"
  },
  "to_configuration": {
    "LLM_DEFAULT_MODEL": "gpt-4o",
    "SYSTEM_PROMPT": "You are a helpful assistant"
  }
}'

@vid277 vid277 force-pushed the vs/refactor-update-dataset-configs-with-match branch from b6d0965 to 7fc0a9e Compare May 8, 2025 06:20
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.

refactor/bugfix: modify update all dataset configurations to be a match on an existing type
1 participant