Skip to content
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

Azure OpenAI support requires API version as a field and hence support is broken #21

Closed
shriyanshagnihotri opened this issue Jan 14, 2025 · 2 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@shriyanshagnihotri
Copy link
Contributor

Describe the bug
Azure OpenAI support requires API version as a field and hence support is broken

To Reproduce
Steps to reproduce the behavior:

  1. in .env file set AGENTS_LLM_CONFIG_FILE=agents_llm_config.json and AGENTS_LLM_CONFIG_FILE_REF_KEY=azure
  2. set model_base_url, model_api_key, model_name and model_api_version in the agents_llm_config.json for azure key.
  3. Run testzeus-hercules
  4. The agent will fail, with model version missing.

Expected behavior
execution should happen.

Additional context
workaround is export OPENAI_API_VERSION=2024-05-01-preview in the shell before running the agent to make it work.

@shriyanshagnihotri shriyanshagnihotri added bug Something isn't working help wanted Extra attention is needed labels Jan 14, 2025
@shriyanshagnihotri shriyanshagnihotri self-assigned this Jan 14, 2025
@shriyanshagnihotri
Copy link
Contributor Author

resolved in commit: 53cc567

@shriyanshagnihotri
Copy link
Contributor Author

will release in 0.0.24
53cc567

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant