Closed matthieudelaro closed 3 months ago
Beware about what service the API key and prompts are shared with by default: https://github.com/huangd1999/AgentCoder/blame/d87f40e7723a8803cce07ab07aedcb924e44b8fa/src/programmer_humaneval.py#L12
import ... openai.api_base = "https://api.aiohub.org/v1"
I think the api_base of the programmer and test designer should also be removed. I will do that after a few days
Beware about what service the API key and prompts are shared with by default: https://github.com/huangd1999/AgentCoder/blame/d87f40e7723a8803cce07ab07aedcb924e44b8fa/src/programmer_humaneval.py#L12