Change the model used by LlamaIndex
The steps necessary to let LlamaIndex use a different Large Language Model than text-davinci-003.
- LlamaIndex
- Large Language Models
The steps necessary to let LlamaIndex use a different Large Language Model than text-davinci-003.
Using data loaders, we can give LlamaIndex access to a Google Calendar to gain information about schedules and events.
Create a custom loader for LlamaIndex to pull and process more data from Google Calendar's API.
Use these lines of code to enable logging while running LlamaIndex.
A quick breakdown of LlamaIndex, an open-source tool for working with Large Language Models.