We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3cec24 commit bf76a5cCopy full SHA for bf76a5c
1 file changed
examples/langchain_agent.py
@@ -18,7 +18,7 @@
18
# Create the OpenGradient LangChain adapter
19
llm = og.agents.langchain_adapter(
20
private_key=os.environ.get("OG_PRIVATE_KEY"),
21
- model_cid=og.TEE_LLM.CLAUDE_3_5_HAIKU,
+ model_cid=og.TEE_LLM.GPT_4_1_2025_04_14,
22
max_tokens=300,
23
)
24
0 commit comments