huangd1999 / AgentCoder

This Repo is the official implementation of AgentCoder and AgentCoder+.
238 stars 50 forks source link

Warning in README about using unexpected external service #6

Closed matthieudelaro closed 3 months ago

matthieudelaro commented 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"
huangd1999 commented 3 months ago

I think the api_base of the programmer and test designer should also be removed. I will do that after a few days