Skip to content

Making use of Proxy for the prompt optimization #6

@noamKayzer

Description

@noamKayzer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions