Jaafar
Jaafar
I switched my model to gpt-4o-mini and got this error: `"message": "Failed to send message to OpenAI: error, status code: 400, message: The requested model 'gpt-4o-mini' cannot be used with...
@kumard3 on it
@Philip-21 your PR is failing on the update CLI docs check. Please generate it with `./hack/generate-cli-docs.sh` and commit. CLI Documentation is out of sync!
@Philip-21 could you please redo your PR and ise **piping from stdin** to set target. It's stated in the issue: https://github.com/daytonaio/daytona/issues/1051#issuecomment-2360380453
Also check this output on the target option properties. It is not correct since the target option properties do not align with what the provider expects. The target manifest should...
mirror behaviour of tools like kubectl to allow users to pipe JSON directly into the command via stdin `cat config.json | daytona target set --stdin`
@Philip-21 let;s ensure that the options provided by users align with what each provider expects. Here's a breakdown of the steps: - [ ] Fetch the Provider's Target Manifest -...
@Philip-21 ensuring that the `options` provided by users align with each provider's expectations is crucial for the reliability of the `daytona target set` command. **Validating User-Provided JSON Options** focus on...
check the `Target Options` here
@Philip-21 reviewing this. Will share feedback.