examples/json-mode-example/README.md
Hello there! 👋 Welcome to this exciting JSON Mode example using the LangChain Go library!
This nifty little program demonstrates how to use different language model backends to generate responses in JSON format. It's a great way to see how you can get structured data from various AI models!
Here's what it does in a nutshell:
go run json_mode_example.go -backend=openai
Replace openai with ollama, anthropic, or googleai to try different backends!
This example is a great starting point for exploring how to get structured data from AI models. Feel free to modify the prompt or try different settings to see how the responses change. Happy coding! 🎉