mirror of
https://github.com/langchain-ai/create-agent-chat-app.git
synced 2026-07-16 11:54:25 -04:00
[GH-ISSUE #11] Missing documentation on how to use different provider (OPENAI) #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TalhaaAhmad on GitHub (Mar 16, 2025).
Original GitHub issue: https://github.com/langchain-ai/create-agent-chat-app/issues/11
It is asking for Anthropic API Key and there is no environment variable for anthropic and i am using openai api how to resolve it
@mrfy commented on GitHub (Mar 17, 2025):
Hi @TalhaaAhmad in the easiest way you can rename default model to some openAI, eg. "gpt-4o-mini"
@TalhaaAhmad commented on GitHub (Mar 17, 2025):
Thanks @mrfy for your help
@bracesproul commented on GitHub (Mar 17, 2025):
@TalhaaAhmad each of the agent directories contain a README file containing setup instructions, and additional details. This is where you'll find instructions to modify the LLM provider. See the ReAct Agent README for example.
Missing documentation on how to use different provider (OPENAI)to [GH-ISSUE #11] Missing documentation on how to use different provider (OPENAI)