Quickstart
This page shows a simple quick start guide on how to use Fastagent with your current project.
Installation
pip install git+https://github.com/bastienpo/fastagent.gitCreate a simple LangChain application
# pip install -qU langchain-mistralai and requires MISTRAL_API_KEY in to be set
from langchain_mistralai import ChatMistralAI
chain = ChatMistralAI(model="ministral-3b-latest")Create a fastagent configuration
fastagent init --name my-first-application --template langchainLaunching you server in development mode

Launching you server in production mode
Last updated