Closed AnthonyMichaelTDM closed 1 year ago
fixes #118
fix the issue where the Executor returned by for_client didn't implement the Executor type
the new_with_options function will set the clients org_id if a OPENAI_ORG_ID environment variable is present
new_with_options
oh btw, a lot of things change if I run cargo fmt ..., I can do a separate PR for that if you'd like.
Yes please that would be great :)
fixes #118
fix the issue where the Executor returned by for_client didn't implement the Executor type
the
new_with_options
function will set the clients org_id if a OPENAI_ORG_ID environment variable is present