Hey.
I'm trying to use the promptim optimization with azure client.
Its seems like configuring for doing so isn't do much (it keeps ask for the regular OPENAPI_KEY)
Is the use of an OpenAI (or Claude) proxy implemented yet, or is there a problem with my configuration?
part of my config file:
"optimizer": {
"model": {
"model": "gpt4o",
"model_provider": "azure_openai",
"max_tokens_to_sample": 8192,
"configurable_fields": "any",
"api_key": "db64482d5b7d-------------1",
"deployment_name": "gpt-4o",
"api_version": "2024-08-01-preview",
"base_url": "https://----------------.openai.azure.com"
}
}
Thanks
Hey.
I'm trying to use the promptim optimization with azure client.
Its seems like configuring for doing so isn't do much (it keeps ask for the regular OPENAPI_KEY)
Is the use of an OpenAI (or Claude) proxy implemented yet, or is there a problem with my configuration?
part of my config file:
"optimizer": {
"model": {
"model": "gpt4o",
"model_provider": "azure_openai",
"max_tokens_to_sample": 8192,
"configurable_fields": "any",
"api_key": "db64482d5b7d-------------1",
"deployment_name": "gpt-4o",
"api_version": "2024-08-01-preview",
"base_url": "https://----------------.openai.azure.com"
}
}
Thanks