Skip to content

Commit bf76a5c

Browse files
balogh.adam@icloud.combalogh.adam@icloud.com
authored andcommitted
gpt model
1 parent a3cec24 commit bf76a5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/langchain_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Create the OpenGradient LangChain adapter
1919
llm = og.agents.langchain_adapter(
2020
private_key=os.environ.get("OG_PRIVATE_KEY"),
21-
model_cid=og.TEE_LLM.CLAUDE_3_5_HAIKU,
21+
model_cid=og.TEE_LLM.GPT_4_1_2025_04_14,
2222
max_tokens=300,
2323
)
2424

0 commit comments

Comments
 (0)