We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8384f commit 245b2beCopy full SHA for 245b2be
examples/hello_agent.py
@@ -18,7 +18,7 @@ def write_file(path: str, content: str):
18
model=OpenAIModel(
19
"gpt-4o",
20
provider=OpenAIProvider(
21
- api_key=api_key,
+ api_key=os.getenv("OPENAI_API_KEY"),
22
base_url="https://api.openai.com/v1",
23
http_client=httpx.AsyncClient(
24
# proxy="http://localhost:8080",
0 commit comments