The LLM Form
FlightPath Data’s AI Config

The AI configuration form
- Model. This field holds the model identifier.
- Base. Some models require an API base. For example, if you run a local Ollama server you would need to provide the address. For Claude, Gemini, and GPT, the base is not required.
- Key. Your key identifies you to your API provider. If you are running local models you may not need a key.
- Use for all projects. Checking this box pre-populates all projects with the model, base, and key configured in the current project.
- LLM config file. The config file is an
.inisimilar to the mainconfig.ini, but smaller and only containing LLM setup. The field that you may want to change is the turns limit. Theturns_limitvalue sets the maximum number of conversational turns between FlightPath and the LLM API. For the three preferred models, Claude, Gemini, and GPT, each call and response has a cost. In most cases the cost is only fractions of a cent to a few pennies. Moreover, it is rare for the fronter models to go over seven turns in answering a FlightPath request, due to the way activity is batched. Nevertheless, this control helps make sure you are not surprised by a large charge. - Metadata directory. The metadata directory captures your LLM requests in raw form and holds the templates that act as the LLM’s CsvPath Framework knowledge base. You should not need the contents of the folder in the usual case, and modifying the templates is unlikely to meaningfully improve output, except possibly in very specific cases, and could easily degrade performance